New fields added in PATCH /api/organizations/{name}/service-accounts/{serviceAccountId}/tokens/{tokenId} request body: [repoPermissions repoIds]
- Affected surface
- PATCH /api/organizations/{name}/service-accounts/{serviceAccountId}/tokens/{tokenId}
What changed
New fields added in PATCH /api/organizations/{name}/service-accounts/{serviceAccountId}/tokens/{tokenId} request body: [repoPermissions repoIds] Affected surface: PATCH /api/organizations/{name}/service-accounts/{serviceAccountId}/tokens/{tokenId}. Root cause: endpoint `PATCH /api/organizations/{name}/service-accounts/{serviceAccountId}/tokens/{tokenId}`. Detected at Thu, 23 Jul 2026 09:44:53 UTC UTC.
Diff
{
"added_fields": [
"repoPermissions",
"repoIds"
],
"path": "PATCH /api/organizations/{name}/service-accounts/{serviceAccountId}/tokens/{tokenId}",
"schema_path": "PATCH /api/organizations/{name}/service-accounts/{serviceAccountId}/tokens/{tokenId} request body"
}Likely impact
This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.
Recommended action
Diff your serializers against the new schema. The diff above shows what moved.
Catch changes like this on every API you depend on.
Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.
