Create Environment​
POST
/projects/{uuid}/environments
Create environment in project.
Authorizations​
bearerAuth
Go to Keys & Tokens
/ API tokens
and create a new token. Use the token as the bearer token.
TypeHTTP (bearer)
Parameters​
Path Parameters
uuid*
Project UUID
Typestring
RequiredRequest Body​
JSON
{
"name": "string"
}
Responses​
Environment created.
application/json
JSON
{
"uuid": "env123"
}