File tree Expand file tree Collapse file tree 4 files changed +13
-1
lines changed
src/resources/zero-trust/tunnels Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 1525
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-201a9d77b2e238cb2f8c2c952b00b976608e2a53fe4230369e801971fda29edc .yml
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a19d8d47ccadec52630bf49d288b1a7a6280e882e04cc46b6e3a58291cdb06fb .yml
Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ export class Management extends APIResource {
2323 }
2424}
2525
26+ /**
27+ * The Tunnel Token is used as a mechanism to authenticate the operation of a
28+ * tunnel.
29+ */
2630export type ManagementCreateResponse = string ;
2731
2832export interface ManagementCreateParams {
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ export class Token extends APIResource {
2121 }
2222}
2323
24+ /**
25+ * The Tunnel Token is used as a mechanism to authenticate the operation of a
26+ * tunnel.
27+ */
2428export type TokenGetResponse = string ;
2529
2630export interface TokenGetParams {
Original file line number Diff line number Diff line change @@ -716,6 +716,10 @@ export namespace WARPConnectorGetResponse {
716716 }
717717}
718718
719+ /**
720+ * The Tunnel Token is used as a mechanism to authenticate the operation of a
721+ * tunnel.
722+ */
719723export type WARPConnectorTokenResponse = string ;
720724
721725export interface WARPConnectorCreateParams {
You can’t perform that action at this time.
0 commit comments