The whole hunk
from line 79, old and new numbered
/
lines
from line 79
7979
8080### Headers
8181
82- `"anthropic-version": optional string`
83
84 The version of the Claude API you want to use.
85
86 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
87
8882- `"x-api-key": optional string`
8983
9084### Returns
from line 153
159153
160154```bash
161155curl https://api.anthropic.com/v1/compliance/apps/sessions/remote \
156 -H 'anthropic-version: 2023-06-01' \
162157 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
163158```
164159
from line 321
326321
327322#### Headers
328323
329- `"anthropic-version": optional string`
330
331 The version of the Claude API you want to use.
332
333 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
334
335324- `"x-api-key": optional string`
336325
337326#### Returns
from line 515
526515
527516```bash
528517curl https://api.anthropic.com/v1/compliance/apps/sessions/remote/$CLAUDE_REMOTE_SESSION_ID/messages \
518 -H 'anthropic-version: 2023-06-01' \
529519 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
530520```
531521