Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Reading a new release v2.1.280 First look · 1/6 0 findings $0.00 so far
One change · api

Attachments changed

api/compliance/apps/projects/attachments

Nearest release: v2.1.272, published 5 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+1added
Lines−6removed
From line 40 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits6to this page, all time

The whole hunk

from line 40, old and new numbered
/
lines
from line 40
4040 
4141### Headers
4242 
43- `"anthropic-version": optional string`
44 
45 The version of the Claude API you want to use.
46 
47 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
48 
4943- `"x-api-key": optional string`
5044 
5145### Returns
from line 132
138132 
139133```bash
140134curl https://api.anthropic.com/v1/compliance/apps/projects/$PROJECT_ID/attachments \
135 -H 'anthropic-version: 2023-06-01' \
141136 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
142137```
143138