Configuration Service
Update Config
Update Api modifies the content of existing file with the updated content.
put/config/{path}
Path parameters
pathstring required
Update file at provided file path in repository.
Query parameters
commentstring required
Commit message.
Response
OK
Example response
{
"id": "1"
}