This API has been deprecated, instead use PATCH operation to update platform preferences

put

/apiplatform/administration/v1/preferences/platform

Updates the platform preferences. All fields are optional; send only the field(s) you want to update in the request.

Users requesting this resource must be assigned the Administrator role.

Request

Supported Media Types
Body ()
Root Schema : PlatformPreferencesUpdate
Type: object
Show Source
Nested Schema : GeneralPlatformPreferences
Type: object
Show Source
Nested Schema : SecurityPreferences
Type: object
Show Source
Nested Schema : IdcsSecurity
Type: object
Show Source
Back to Top

Response

Supported Media Types

204 Response

Platform 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