Environments
Project environments
Environments from a project.
GEThttps://cloud-api.calyptia.com/v1/projects/{projectID}/environments
Authorization
Path parameters
projectID*string (uuid)
Query parameters
Response
OK
Headers
Body
idstring (uuid)
namestring
DNS label format as of defined on RFC1123
"development"
createdAtstring (date-time)
updatedAtstring (date-time)
Request
Response
Create environment
Create a environment to a given project.
POSThttps://cloud-api.calyptia.com/v1/projects/{projectID}/environments
Authorization
Path parameters
projectID*string (uuid)
Body
namestring
Response
Created
Body
idstring (uuid)
createdAtstring (date-time)
Request
Response