The whole hunk
from line 72, old and new numbered
/
lines
from line 72
7272
7373## Headers
7474
75- `"anthropic-version": optional string`
76
77 The version of the Claude API you want to use.
78
79 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
80
8175- `"x-api-key": optional string`
8276
8377## Returns
from line 161
167161
168162```bash
169163curl https://api.anthropic.com/v1/compliance/apps/code/artifacts \
164 -H 'anthropic-version: 2023-06-01' \
170165 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
171166```
172167