Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
Examples:
1
Region ID
Examples:
1
Body
application/json
Namespace name.
Examples:
"namespace-name"
Namespace description.
Maximum length:
255
Examples:
"This is a sample namespace."
Namespace environment variables. Keys must match a specific regex pattern and be 1-255 characters long, and values must be 0-255 characters long.
Examples:
{ "ENV_VAR": "value" }
Response
200 - application/json
OK
List of task IDs
Examples:
["d478ae29-dedc-4869-82f0-96104425f565"]