v1
latestOpenAPI 3.0.12026-07-142257126.4 KBapps
Updates an app
Updates the application with the specified application ID.
patch/apps/{id}
Path parameters
idstring required
The ID of application to be updated.
Request body
Example request
{
"name": "My App",
"status": "enabled",
"tlsOnly": true
}Response
App updated
Example response
{
"accountId": "WgRpOB",
"id": "28AB6x",
"name": "Default",
"status": "enabled",
"tlsOnly": true
}