Appearance
Create a new version for the given webapp and mark all current versions as inactive. ​
POST
/v1/webappversions
Create a new version for the given webapp, and mark all current versions as inactive.
Authorizations​
api_key
Type
API Key (header: X-Api-Key)
Request Body​
application/json
JSON"webapp_name": "string","webapp_version": "string","inactive_since": null
{
 Â
 Â
 Â
}
Responses​
Created
application/json
JSON"webapp_name": "string","webapp_version": "string","inactive_since": null
{
 Â
 Â
 Â
}