The whole hunk
from line 32, old and new numbered
/
lines
from line 32
3232
3333## Headers
3434
35- `"anthropic-version": optional string`
36
37 The version of the Claude API you want to use.
38
39 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
40
4135- `"x-api-key": optional string`
4236
4337## Example
from line 38
4438
4539```bash
4640curl https://api.anthropic.com/v1/compliance/apps/code/artifacts/$ARTIFACT_ID/versions/$VERSION_ID \
41 -H 'anthropic-version: 2023-06-01' \
4742 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
4843```
4944