The whole hunk
from line 14, old and new numbered
/
lines
from line 14
1414
1515- `version: string`
1616
17 Version identifier for the skill.
17 Identifies the skill version by its version ID.
1818
19 Each version is identified by a Unix epoch timestamp (e.g., "1759178010641129").
19 Requests carrying the `skills-2025-10-02` beta header address versions by their Unix epoch timestamp instead (e.g., "1759178010641129").
2020
2121## Headers
2222
from line 115
115115```bash
116116curl https://api.anthropic.com/v1/skills/$SKILL_ID/versions/$VERSION/content \
117117 -H 'anthropic-version: 2023-06-01' \
118 -H 'anthropic-beta: skills-2025-10-02' \
119118 -H "X-Api-Key: $ANTHROPIC_API_KEY"
120119```
121120