The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Archive Federation Issuer
3url: https://platform.claude.com/docs/en/api/beta/organization/federation/issuers/archive
4---
5
16# Archive Federation Issuer
27
38**POST** `/v1/organizations/federation_issuers/{federation_issuer_id}/archive`
from line 30
2530
2631 - `string`
2732
28 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
33 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
2934
3035 - `"message-batches-2024-09-24"`
3136
from line 78
7378
7479 - `"user-profiles-2026-08-18"`
7580
81 - `"user-profiles-2026-09-04"`
82
7683 - `"advisor-tool-2026-03-01"`
7784
7885 - `"managed-agents-2026-04-01"`
from line 131
124131 Records an external IdP the organization trusts for the RFC 7523
125132 jwt-bearer grant. The `issuer_url` must match the JWT `iss` claim exactly.
126133
134 - `type: "federation_issuer"`
135
136 default: federation_issuer
137
127138 - `id: string`
128139
129140 Tagged ID of the federation issuer.
from line 209
198209
199210 JWKS supplied directly; no network fetch.
200211
212 - `type: "inline"`
213
201214 - `keys: array of map[unknown]`
202215
203216 Inline JWK objects.
from line 217
204217
205218 minItems: 1
206219
207 - `type: "inline"`
208
209220 - `jwks_polling_disabled_at: string or null`
210221
211222 If set, Anthropic's JWKS poller has paused polling for this issuer after repeated fetch failures. Re-enable by sending `jwks_polling_disabled: false` via the issuer update endpoint (POST) once the upstream JWKS endpoint is fixed. An OAuth caller cannot send this when the issuer backs a rule with any scope other than `workspace:developer` or `workspace:inference`; use a Console session.
from line 254
243254 When the next fetch is scheduled. Null if paused.
244255
245256 format: date-time
246
247 - `type: "federation_issuer"`
248
249 default: federation_issuer
250257
251258 - `updated_at: string`
252259