v1

latestSwagger 2.02026-07-17652667.3 KB
basic

Create/update configuration

put/extraction/configs/{config_name}

Path parameters

config_namestring required

Name of the configuration

Query parameters

block_on_existingboolean

Only create a new one, block if one already exists

Request body

namestring required

Name of the configuration

descriptionstring required

Description of this configuration

typestring required

Type of the configuration. (only git is supported now)

configobject required

Data that is specific to the configuration type.

Example request

{
  "name": "default-config",
  "description": "description",
  "type": "git",
  "config": "{}"
}

Response

Returns the configuration information