Perform method PUT on resource

put

/iam/admin/config/api/v1/config

The configuration at the requested path is updated. The configuration provided may be a Setting element that has the attribute Path in the root element, or may be a multiple Setting elements enclosed in a Configuration element, where each of the root Setting elements contain the attribute Path. Each of these Setting elements will be set at the path specified in the attribute.

When multiple setting elements are being updated, the update will happen on the configuration map that is common to the various setting elements. If there is a failure on one of the elements, all elements will fail.

Request

Supported Media Types
Body ()
Root Schema : Entity
Type: object
Show Source
  • The provided configuration represented as settings object of supported types will be updated.
Back to Top

Response

Supported Media Types

201 Response

Path of the modified configuration
Body ()
Root Schema : schema
Type: string(*/*)

422 Response

Unprocessable Entity
Back to Top