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
- text/xml, application/xml
Root Schema : Entity
Type:
Show Source
object
-
Entity(required):
string
The provided configuration represented as settings object of supported types will be updated.
Response
Supported Media Types
- */*
201 Response
Path of the modified configuration
Root Schema : schema
Type:
string(*/*)
422 Response
Unprocessable Entity