Configuration
Represents a configuration property.
Methods
Method | Authorization | Uri | Description |
---|---|---|---|
get | JSON Web Token (ManageConfiguration) | GET /configuration/{name} | Returns requested property value. |
put | JSON Web Token (ManageConfiguration) | PUT /configuration/{name} | Creates new or updates existing property. |
delete | JSON Web Token (ManageConfiguration) | DELETE /configuration/{name} | Deletes a property. |
Resource Representation
{
"name": {string},
"value": {string},
"entityVersion": {integer}
}
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 less than a minute ago