latestOpenAPI 3.1.02026-08-20118232229.3 KB

0e42b0fb26d9

Update account

Update the properties of an account

put/accounts/{name}

Path parameters

namestring required

The name of the account to update

The name of the account to update

Request body

$schemastring uri

A URL to the JSON Schema for this object.

execution_region'eu-central-1' | 'us-east-1' | 'us-west-2' | 'eu-west-1' | 'ap-northeast-1' | 'ap-southeast-2'

The execution region for runs

is_self_hosted_onlyboolean

Whether the account is for self-hosted use only

namestring

The new name for the account, if any

Example request

{
  "$schema": "https://api.tower.dev/v1/schemas/UpdateAccountParams.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://api.tower.dev/v1/schemas/UpdateAccountResponse.json"
}