PUT /a/config/{FullPath}
Generic config Put, using a full path in the config tree
Body Parameters
Name | Description | Type | Required |
---|---|---|---|
Data | JSON-encoded data to store | string | |
FullPath | Full slash-separated path to the config key | string |
Body Example
{
"Data": "string",
"FullPath": "string"
}
Response Example (200)
Response Type /definitions/restConfiguration
{
"Data": "string",
"FullPath": "string"
}