put
Creates new or updates existing property.
Request
HTTP Request
PUT /configuration/{name}
Parameters
Parameter Name | Required | Type | Description |
---|---|---|---|
name | Yes | string | Configuration parameter name |
Authorization
JSON Web Token (ManageConfiguration)
Request Body
In the request body supply value of Configuration resource
Property Name | Required | Type | Description |
---|---|---|---|
value | Yes | string | Configuration parameter value |
Response
If successful, this method returns a Configuration resource in the response body.
Property Name | Type | Description |
---|---|---|
name | string | Configuration parameter name. |
value | string | Configuration parameter value. |
entityVersion | integer | Specifies the version field or property of an entity class. |
Updated over 6 years ago