POST
/
deploy
/
{name}
curl --request POST \
  --url http://localhost:3370/deploy/{name} \
  --header 'Content-Type: text/plain' \
  --header 'KODOSUMI_API_KEY: <api-key>' \
  --data '<string>'
"<string>"

Authorizations

KODOSUMI_API_KEY
string
header
required

Path Parameters

name
string
required

Name of the deployment configuration

Body

text/plain · string

YAML configuration for the deployment

Response

201
text/plain

Deployment configuration created/updated

The stored YAML configuration