v1

latestOpenAPI 3.0.0Apache 2.02026-07-1713716.5 KB
Configuration Service

Update Config

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

idstring

Revision number of configuration file.

Example response

{
  "id": "1"
}