The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Update Federation Issuer
3url: https://platform.claude.com/docs/en/api/beta/organization/federation/issuers/update
4---
5
16# Update Federation Issuer
27
38**POST** `/v1/organizations/federation_issuers/{federation_issuer_id}`
from line 32
2732
2833 - `string`
2934
30 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
35 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
3136
3237 - `"message-batches-2024-09-24"`
3338
from line 80
7580
7681 - `"user-profiles-2026-08-18"`
7782
83 - `"user-profiles-2026-09-04"`
84
7885 - `"advisor-tool-2026-03-01"`
7986
8087 - `"managed-agents-2026-04-01"`
from line 178
171178
172179 JWKS supplied directly; no network fetch.
173180
181 - `type: "inline"`
182
174183 - `keys: array of map[unknown]`
175184
176185 Inline JWK objects.
from line 186
177186
178187 minItems: 1
179188
180 - `type: "inline"`
181
182189- `jwks_polling_disabled: optional boolean or null`
183190
184191 Only `false` is accepted, to re-enable polling after the system pauses it. Polling is paused automatically; sending `true` is rejected.
from line 211
204211 Records an external IdP the organization trusts for the RFC 7523
205212 jwt-bearer grant. The `issuer_url` must match the JWT `iss` claim exactly.
206213
214 - `type: "federation_issuer"`
215
216 default: federation_issuer
217
207218 - `id: string`
208219
209220 Tagged ID of the federation issuer.
from line 289
278289
279290 JWKS supplied directly; no network fetch.
280291
292 - `type: "inline"`
293
281294 - `keys: array of map[unknown]`
282295
283296 Inline JWK objects.
from line 297
284297
285298 minItems: 1
286299
287 - `type: "inline"`
288
289300 - `jwks_polling_disabled_at: string or null`
290301
291302 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 334
323334 When the next fetch is scheduled. Null if paused.
324335
325336 format: date-time
326
327 - `type: "federation_issuer"`
328
329 default: federation_issuer
330337
331338 - `updated_at: string`
332339