v1

latestSwagger 2.02026-08-06114111152.5 KB
Team

Update a service account

Renames a service account by changing its identifier. The key and secret are unchanged. Admin only.

put/v1/team-management/service-accounts/{id}

Path parameters

idinteger required

Numeric ID of the service account to update.

Request body

identifierstring required

New identifier (min 3 characters, unique within the team).

Response

Update a service account

idinteger required

Unique numeric service-account ID.

identifierstring required

Human-friendly label shown on the dashboard and test detail pages.

keystring required

TestingBot API key (username) for this service account.

secretstring required

TestingBot API secret for this service account. Store it as a CI secret.

created_atstring date-time required

When the service account was created.