Configuration
Create Environment
Create a new deployment environment. Use to add environments beyond Freeplay defaults, like staging or feature branches.
post/api/v2/environments
Request body
Response
EnvironmentInfo(id: uuid.UUID, name: str)
Create a new deployment environment. Use to add environments beyond Freeplay defaults, like staging or feature branches.
EnvironmentInfo(id: uuid.UUID, name: str)