Skip to content

Commit 30b0421

Browse files
committedDec 4, 2024·
feat(api): api update (#3701)
1 parent da4d5df commit 30b0421

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
 

‎.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
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

‎zero_trust/dexcolo.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ type DEXColoListResponse = interface{}
7070

7171
type DEXColoListParams struct {
7272
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
7474
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
7676
To param.Field[string] `query:"to,required"`
7777
// Type of usage that colos should be sorted by. If unspecified, returns all
7878
// Cloudflare colos sorted alphabetically.

‎zero_trust/dexhttptestpercentile.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ func (r testStatOverTimeSlotJSON) RawJSON() string {
138138

139139
type DEXHTTPTestPercentileGetParams struct {
140140
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
142142
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
144144
To param.Field[string] `query:"to,required"`
145145
// Optionally filter result stats to a Cloudflare colo. Cannot be used in
146146
// combination with deviceId param.

‎zero_trust/dextraceroutetest.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -617,9 +617,9 @@ func (r DEXTracerouteTestNetworkPathResponseEnvelopeSuccess) IsKnown() bool {
617617

618618
type DEXTracerouteTestPercentilesParams struct {
619619
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
621621
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
623623
To param.Field[string] `query:"to,required"`
624624
// Optionally filter result stats to a Cloudflare colo. Cannot be used in
625625
// combination with deviceId param.

0 commit comments

Comments
 (0)
Please sign in to comment.