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 :
- Annex flag is true
- 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
Example response
{
"id": "1"
}