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
Namespace name
Examples:
"namespace-name"
Response
200 - application/json
OK
Namespace creation date.
Examples:
"2023-08-22T11:21:00Z"
Namespace functions.
Examples:
[{ "name": "function-name" }]
Deploy status of namespace functions.
Examples:
{ "deployed": 1 }
Namespace name.
Examples:
"namespace-name"
Namespace status.
Examples:
"Active"
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" }