v1

latestOpenAPI 3.0.12026-07-178692133.1 KB
EnvironmentService

this api is designed to update the ordering of environments. it will error on circular references or environments that don't exist.

post/mr-api/application/{id}/environment-ordering

Request body

whenCreatedstring date-time
whenUpdatedstring date-time
idstring uuid
applicationIdstring uuid
namestring required
priorEnvironmentIdstring uuid
versioninteger
descriptionstring
productionboolean

is this a production environment?

environmentInfoobject nullable
whenArchivedstring date-time

Response

returns all environments with no particular sort order.

whenCreatedstring date-time
whenUpdatedstring date-time
idstring uuid
applicationIdstring uuid
namestring required
priorEnvironmentIdstring uuid
versioninteger
descriptionstring
productionboolean

is this a production environment?

environmentInfoobject nullable
whenArchivedstring date-time