Set the App Environment
Set the App's active environment
Request body
Example request
{
"environment": "production"
}Response
Success
Example response
{
"name": "MyApp",
"environment": "production",
"_id": "633209ffd3bd3478005d1bac",
"client_app_id": "myapp-abcde",
"domain_id": "63320a2b5f9de9a6e0a213e8",
"group_id": "5b2ec991973129243223a114",
"last_used": 1664224746,
"last_modified": 1656440824
}Changes
Changed in 2 of the 50 revisions of this API.816
- ▲
added
AppEnvironmentsubschema #1to theenvironmentrequest propertyallOflistrequest-property-all-of-added
- ▲
removed the enum value
of the request propertyenvironmentrequest-property-enum-value-removed
- ▲
removed the enum value
developmentof the request propertyenvironmentrequest-property-enum-value-removed
- ▲
removed the enum value
productionof the request propertyenvironmentrequest-property-enum-value-removed
- ▲
removed the enum value
qaof the request propertyenvironmentrequest-property-enum-value-removed
- ▲
removed the enum value
testingof the request propertyenvironmentrequest-property-enum-value-removed
- ▲
the
environmentrequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
allOf[App]/environmentresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ○
added
AppEnvironmentsubschema #1to theallOf[App]/environmentresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed the
enum value from theallOf[App]/environmentresponse property for the response status200response-property-enum-value-removed
- ○
removed the
developmentenum value from theallOf[App]/environmentresponse property for the response status200response-property-enum-value-removed
- ○
removed the
productionenum value from theallOf[App]/environmentresponse property for the response status200response-property-enum-value-removed
- ○
removed the
qaenum value from theallOf[App]/environmentresponse property for the response status200response-property-enum-value-removed
- ○
removed the
testingenum value from theallOf[App]/environmentresponse property for the response status200response-property-enum-value-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
added the new
device-syncenum value to theallOf[subschema #2]/productresponse property for the response status200response-property-enum-value-added
- ●