Skip to content

Create Secret

POST
/admin/automations/secrets
curl --request POST \
--url http://localhost:9000/admin/automations/secrets \
--header 'Content-Type: application/json' \
--data '{ "label": "example" }'
Media type application/json
object
label
required
string
>= 1 characters
Example generated
{
"label": "example"
}

OK

Media type application/json
object
Example generated
{}