This API has been deprecated and will be removed in a future release. Use PATCH operation to update user preferences

put

/apiplatform/administration/v1/preferences/user

Updates the preferences of the user accessing this resource. All fields are optional; send only the field(s) you want to update in the request.

All authenticated users can access this resource.

Request

Supported Media Types
Body ()
Root Schema : UserPreferencesUpdate
Type: object
Show Source
Nested Schema : AccessibilityUserPreferences
Type: object
Show Source
  • Default Value: false
    Indicates if high contrast mode is enabled in the in the Management Portal. Value is false if high contrast mode is disabled and true if enabled.
  • Default Value: false
    Indicates if large fonts are displayed in the Management Portal. Value is false if default font sizes are displayed and true if large fonts are displayed.
  • Default Value: false
    Indicates if screen reader mode is enabled in the Management Portal. Value is false if screen reader mode is disabled and true if enabled.
Nested Schema : TimeZoneUserPreferences
Type: object
Show Source
  • The ID of the current platform time zone. This must be a valid Java time zone.
  • Default Value: true
    Indicates if all times and dates are displayed using the platform time zone, regardless of the user's time zone settings. If disabled, users' browser time zone settings are used to display times and dates. Value is true if times and dates are displayed using the platform time zone and false if times and dates are displayed using each user's time zone.
Back to Top

Response

Supported Media Types

204 Response

Preferences successfully updated.

403 Response

Forbidden.
Body ()
Root Schema : Error
Type: object
Show Source
Nested Schema : errorDetails
Type: array
additional errors
Show Source

500 Response

Unexpected error.
Body ()
Root Schema : Error
Type: object
Show Source
Nested Schema : errorDetails
Type: array
additional errors
Show Source
Back to Top