The whole hunk
from line 31, old and new numbered
/
lines
from line 31
3131
3232- `"anthropic-beta": array of AnthropicBeta`
3333
34 Optional header to specify the beta version(s) you want to use.
34 This endpoint is in beta: requests must send `mcp-tunnels-2026-05-19` in this header.
3535
3636 - `string`
3737
from line 177
177177curl https://api.anthropic.com/v1/organizations/tunnels/$TUNNEL_ID/certificates/$CERTIFICATE_ID/archive \
178178 -X POST \
179179 -H 'anthropic-version: 2023-06-01' \
180 -H 'anthropic-beta: mcp-tunnels-2026-05-19' \
180181 -H "X-Api-Key: $ANTHROPIC_API_KEY"
181182```
182183