The whole hunk
from line 17, old and new numbered
/
lines
from line 17
1717
1818- `tunnel_id: string`
1919
20 ID of the tunnel (`tnl_...`).
21
2022### Headers
2123
2224- `"anthropic-beta": optional array of AnthropicBeta`
from line 123
121123
122124- `"anthropic-workspace-id": optional string`
123125
126 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
127
128 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
129
124130### Body parameters
125131
126132- `ca_certificate_pem: string`
from line 212
206212
207213- `tunnel_id: string`
208214
215 ID of the tunnel (`tnl_...`).
216
209217- `certificate_id: string`
210218
219 ID of the certificate (`tcrt_...`).
220
211221### Headers
212222
213223- `"anthropic-beta": optional array of AnthropicBeta`
from line 322
312322
313323- `"anthropic-workspace-id": optional string`
314324
325 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
326
327 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
328
315329### Returns
316330
317331- `BetaTunnelCertificate object`
from line 399
385399
386400- `tunnel_id: string`
387401
402 ID of the tunnel (`tnl_...`).
403
388404### Query parameters
389405
390406- `include_archived: optional boolean`
from line 521
505521
506522- `"anthropic-workspace-id": optional string`
507523
524 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
525
526 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
527
508528### Returns
509529
510530- `data: array of BetaTunnelCertificate`
from line 607
587607
588608- `tunnel_id: string`
589609
610 ID of the tunnel (`tnl_...`).
611
590612- `certificate_id: string`
591613
614 ID of the certificate to archive (`tcrt_...`).
615
592616### Headers
593617
594618- `"anthropic-beta": optional array of AnthropicBeta`
from line 716
692716 - `"compact-2026-09-04"`
693717
694718- `"anthropic-workspace-id": optional string`
719
720 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
721
722 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
695723
696724### Returns
697725