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 64
7064
7165```bash
7266curl https://api.anthropic.com/v1/compliance/apps/artifacts/$ARTIFACT_VERSION_ID \
67 -H 'anthropic-version: 2023-06-01' \
7368 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
7469```
7570