The whole hunk
from line 2, old and new numbered
/
lines
from line 2
22
33**POST** `/v1/organizations/federation_rules/{federation_rule_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 rule.
68
79`issuer_id` is immutable. `match` and `target` are replaced as whole
from line 20
1820or description change) must also supply a conforming `match` in the same
1921request. OAuth callers may only manage rules whose `oauth_scope` is
2022`workspace:developer` or `workspace:inference`; other scopes require a
21Console session. Admin API keys are not accepted.
23Console session.
2224
2325## Path parameters
2426
from line 257
255257curl https://api.anthropic.com/v1/organizations/federation_rules/$FEDERATION_RULE_ID \
256258 -H 'Content-Type: application/json' \
257259 -H 'anthropic-version: 2023-06-01' \
258 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN" \
260 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN" \
259261 -d '{}'
260262```
261263