The whole hunk
from line 28, old and new numbered
/
lines
from line 28
2828
2929- `"anthropic-beta": array of AnthropicBeta`
3030
31 Optional header to specify the beta version(s) you want to use.
31 This endpoint is in beta: requests must send `mcp-tunnels-2026-05-19` in this header.
3232
3333 - `string`
3434
from line 174
174174curl https://api.anthropic.com/v1/organizations/tunnels/$TUNNEL_ID/archive \
175175 -X POST \
176176 -H 'anthropic-version: 2023-06-01' \
177 -H 'anthropic-beta: mcp-tunnels-2026-05-19' \
177178 -H "X-Api-Key: $ANTHROPIC_API_KEY"
178179```
179180