File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
configured_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 @@ -84,7 +84,9 @@ func (r TunnelManagementNewParamsResource) IsKnown() bool {
84
84
type TunnelManagementNewResponseEnvelope struct {
85
85
Errors []shared.ResponseInfo `json:"errors,required"`
86
86
Messages []shared.ResponseInfo `json:"messages,required"`
87
- Result string `json:"result,required"`
87
+ // The Tunnel Token is used as a mechanism to authenticate the operation of a
88
+ // tunnel.
89
+ Result string `json:"result,required"`
88
90
// Whether the API call was successful
89
91
Success TunnelManagementNewResponseEnvelopeSuccess `json:"success,required"`
90
92
JSON tunnelManagementNewResponseEnvelopeJSON `json:"-"`
Original file line number Diff line number Diff line change @@ -63,7 +63,9 @@ type TunnelTokenGetParams struct {
63
63
type TunnelTokenGetResponseEnvelope struct {
64
64
Errors []shared.ResponseInfo `json:"errors,required"`
65
65
Messages []shared.ResponseInfo `json:"messages,required"`
66
- Result string `json:"result,required"`
66
+ // The Tunnel Token is used as a mechanism to authenticate the operation of a
67
+ // tunnel.
68
+ Result string `json:"result,required"`
67
69
// Whether the API call was successful
68
70
Success TunnelTokenGetResponseEnvelopeSuccess `json:"success,required"`
69
71
JSON tunnelTokenGetResponseEnvelopeJSON `json:"-"`
Original file line number Diff line number Diff line change @@ -1906,7 +1906,9 @@ type TunnelWARPConnectorTokenParams struct {
1906
1906
type TunnelWARPConnectorTokenResponseEnvelope struct {
1907
1907
Errors []shared.ResponseInfo `json:"errors,required"`
1908
1908
Messages []shared.ResponseInfo `json:"messages,required"`
1909
- Result string `json:"result,required"`
1909
+ // The Tunnel Token is used as a mechanism to authenticate the operation of a
1910
+ // tunnel.
1911
+ Result string `json:"result,required"`
1910
1912
// Whether the API call was successful
1911
1913
Success TunnelWARPConnectorTokenResponseEnvelopeSuccess `json:"success,required"`
1912
1914
JSON tunnelWARPConnectorTokenResponseEnvelopeJSON `json:"-"`
You can’t perform that action at this time.
0 commit comments