Creates or updates configuration properties that are provided in the input.

put

/config/property/v1

Returns created or updated properties.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/xml ()
Root Schema : schema
Type: array
The object is used to create or update Config Properties.
Show Source
Nested Schema : NameValPair
Type: object
Name-value pair which can be used generically.
Show Source
Request Body - application/json ()
Root Schema : schema
Type: array
The object is used to create or update Config Properties.
Show Source
Nested Schema : NameValPair
Type: object
Name-value pair which can be used generically.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : ConfigPropertiesResponse
Type: array
Contains Congfig Properties that are returned from API.
Show Source
Nested Schema : NameValSource
Type: object
Name-value and source of the property.
Show Source

406 Response

Incorrect Data
Body ()
Root Schema : ConfigAPIResponse
Type: object
Show Source
Back to Top