Skip to main content
POST
/
v1
/
configs
/
{kind}
/
versions
Create Config Version
curl --request POST \
  --url https://api.example.com/v1/configs/{kind}/versions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "body": {},
  "version_label": "<string>",
  "activate": false
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

kind
string
required

Body

application/json
body
Body · object
required
version_label
string
required
Required string length: 1 - 100
activate
boolean
default:false

Response

Successful Response