Interface UserOptionsService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    UserOptionsService

    public static interface UserOptionsService.AddResponse
    extends Response
    Adds a new user profile property of type JSON. Example request(for user with identifier `123`): [source] ---- POST /ovirt-engine/api/users/123/options ---- Payload: [source,xml] ---- SomeName ["any", "JSON"] ----