put /apps/{id}
Updates an existing app.
Updates the app specified by the id
parameter.
Path parameters
- id (required)
- ID of the app to update.
Request body
- appRequest (required)
- AppRequest
Responses
- 200
- Success. The details of the updated app are returned.
- 400
- Invalid request
- 403
- The user is not authorized to update the app.
- 404
- The specified app was not found.
- 409
- Conflict. An app with the same name already exists.