The whole hunk
from line 22, old and new numbered
/
lines
from line 22
2222
2323## Headers
2424
25- `"anthropic-version": optional string`
26
27 The version of the Claude API you want to use.
28
29 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
30
3125- `"x-api-key": optional string`
3226
3327## Returns
from line 78
8478
8579```bash
8680curl https://api.anthropic.com/v1/compliance/apps/projects/documents/$DOCUMENT_ID/metadata \
81 -H 'anthropic-version: 2023-06-01' \
8782 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
8883```
8984