The whole hunk
from line 68, old and new numbered
/
lines
from line 68
6868```bash
6969curl https://api.anthropic.com/v1/organizations/rbac_roles \
7070 -H 'anthropic-version: 2023-06-01' \
71 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
71 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
7272```
7373
7474#### Response (200)
from line 140
140140```bash
141141curl https://api.anthropic.com/v1/organizations/rbac_roles/$ROLE_ID \
142142 -H 'anthropic-version: 2023-06-01' \
143 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
143 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
144144```
145145
146146#### Response (200)
from line 346
346346```bash
347347curl https://api.anthropic.com/v1/organizations/rbac_roles/$ROLE_ID/permissions \
348348 -H 'anthropic-version: 2023-06-01' \
349 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
349 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
350350```
351351
352352##### Response (200)