Update service account
Update one or more fields on an existing service account. Team admin only.
patch/service-accounts/{idOrName}
Path parameters
idOrNamestring required
The ID or name of the service account to update.
The ID or name of the service account to update.
Request body
Example request
{
"$schema": "https://api.tower.dev/v1/schemas/UpdateServiceAccountParams.json"
}Response
OK
Example response
{
"$schema": "https://api.tower.dev/v1/schemas/UpdateServiceAccountResponse.json"
}