Update app
Update an app in the currently authenticated account.
put/apps/{name}
Path parameters
namestring required
The name of the App to update.
The name of the App to update.
Headers
X-Tower-Request-Numberinteger
Optional account-scoped monotonic sequence token used to reject out-of-order writes. See the fence documentation for the acceptance window and retry behavior.
Optional account-scoped monotonic sequence token used to reject out-of-order writes. See the fence documentation for the acceptance window and retry behavior.
Request body
Example request
{
"$schema": "https://api.tower.dev/v1/schemas/UpdateAppParams.json"
}Response
OK
Example response
{
"$schema": "https://api.tower.dev/v1/schemas/UpdateAppResponse.json"
}