Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Update Federation Issuer changed

api/admin/federation_issuers/update

Nearest release: v2.1.261, published 3 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+4added
Lines−3removed
From line 2 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits4to this page, all time

The whole hunk

from line 2, old and new numbered
/
lines
from line 2
22 
33**POST** `/v1/organizations/federation_issuers/{federation_issuer_id}`
44 
5**Requires an OAuth access token with the `org:admin` scope**, from `ant auth login --scope org:admin` or a workload identity federation rule; Admin API keys are not accepted. See [Manage WIF with the Admin API](/docs/en/manage-claude/wif-admin-api).
6 
57Partially update a federation issuer.
68 
79Setting `jwks` replaces the full JWKS shape at once. Archived issuers
from line 11
911 
1012Updating an issuer that backs a rule with a scope outside
1113`workspace:developer` or `workspace:inference` requires a Console
12session. Requires an OAuth bearer or Console session; Admin API keys
13are not accepted.
14session.
1415 
1516## Path parameters
1617 
from line 254
253254curl https://api.anthropic.com/v1/organizations/federation_issuers/$FEDERATION_ISSUER_ID \
254255 -H 'Content-Type: application/json' \
255256 -H 'anthropic-version: 2023-06-01' \
256 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN" \
257 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN" \
257258 -d '{}'
258259```
259260