Add environment(s) to a project.
post/midgard/v0.1/environment
Creates one or more environments for a given project using a blueprint. The environments are attached to the specified project.Request
Authorization
X-AT
header
apiKey
Body
application/json
blueprintId
integer
REQUIRED
projectId
integer
REQUIRED
environments
array object[]
REQUIRED
object {}
name
string
REQUIRED
typeWhen type is "local", a local-dev environment will be created.
string
main
boolean
displayOrder
integer
Response
200Environment(s) created successfully.
403Access denied.
404Project not found.
422Validation error.
Shell cURL
shellShow schema
json