Skip to main content
POST
Create Environment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Response

201 - application/json

EnvironmentInfo(id: uuid.UUID, name: str)

id
string<uuid>
required
name
string
required