v1

latestOpenAPI 3.0.0Apache 2.02026-07-1713716.5 KB
Configuration Service

Create Config

Uploads configuration file in the repository. Configuraion file is stored in annex store if one of the below condition statisfies else stored in normal store :

  1. Annex flag is true
  2. File size exceeds the maximum size configured in Configuration service.
post/config/{path}

Path parameters

pathstring required

Store file at provided file path in repository.

Query parameters

commentstring required

Commit message.

annexboolean

Flag to upload file in Annex store.

Response

Created

idstring

Revision number of configuration file.

Example response

{
  "id": "1"
}