Interface UserService.UpdateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    UserService

    public static interface UserService.UpdateResponse
    extends Response
    Updates information about the user. Only the `user_options` field can be updated. For example, to update user options: [source] ---- PUT /ovirt-engine/api/users/123 ---- With a request body like this: [source,xml] ---- test test1 ----
    • Method Detail