File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1448
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-35321a10f9aec92aee5cd1982968d65ac8bddae6f8cdc422b8168d0d08b19c29 .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-3d4905e8bfbd793f03f0fccb9feabbdf4070f4c869ba66ec318c0c16f6306e6b .yml
Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ type DEXColoListResponse = interface{}
70
70
71
71
type DEXColoListParams struct {
72
72
AccountID param.Field [string ] `path:"account_id,required"`
73
- // Start time for connection period in RFC3339 ( ISO 8601) format.
73
+ // Start time for connection period in ISO (RFC3339 - ISO 8601) format
74
74
From param.Field [string ] `query:"from,required"`
75
- // End time for connection period in RFC3339 ( ISO 8601) format.
75
+ // End time for connection period in ISO (RFC3339 - ISO 8601) format
76
76
To param.Field [string ] `query:"to,required"`
77
77
// Type of usage that colos should be sorted by. If unspecified, returns all
78
78
// Cloudflare colos sorted alphabetically.
Original file line number Diff line number Diff line change @@ -138,9 +138,9 @@ func (r testStatOverTimeSlotJSON) RawJSON() string {
138
138
139
139
type DEXHTTPTestPercentileGetParams struct {
140
140
AccountID param.Field [string ] `path:"account_id,required"`
141
- // Start time for aggregate metrics in ISO format
141
+ // Start time for the query in ISO (RFC3339 - ISO 8601) format
142
142
From param.Field [string ] `query:"from,required"`
143
- // End time for aggregate metrics in ISO format
143
+ // End time for the query in ISO (RFC3339 - ISO 8601) format
144
144
To param.Field [string ] `query:"to,required"`
145
145
// Optionally filter result stats to a Cloudflare colo. Cannot be used in
146
146
// combination with deviceId param.
Original file line number Diff line number Diff line change @@ -617,9 +617,9 @@ func (r DEXTracerouteTestNetworkPathResponseEnvelopeSuccess) IsKnown() bool {
617
617
618
618
type DEXTracerouteTestPercentilesParams struct {
619
619
AccountID param.Field [string ] `path:"account_id,required"`
620
- // Start time for aggregate metrics in ISO format
620
+ // Start time for the query in ISO (RFC3339 - ISO 8601) format
621
621
From param.Field [string ] `query:"from,required"`
622
- // End time for aggregate metrics in ISO format
622
+ // End time for the query in ISO (RFC3339 - ISO 8601) format
623
623
To param.Field [string ] `query:"to,required"`
624
624
// Optionally filter result stats to a Cloudflare colo. Cannot be used in
625
625
// combination with deviceId param.
You can’t perform that action at this time.
0 commit comments