Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2ff8529

Browse files
committedMar 14, 2025·
feat(api): api update (#4033)
1 parent 2500cea commit 2ff8529

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1611
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-cd800abab0e045deda95012b6c4e7accd4f15eb378085984f7a7dea49971b2ad.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-397a937a34fd142ff2932b3c8df3f4a11a27ef6f2a80498b8b4246f910cc2e0b.yml

‎origin_ca_certificates/origincacertificate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ func (r OriginCACertificateNewResponseEnvelopeSuccess) IsKnown() bool {
247247

248248
type OriginCACertificateListParams struct {
249249
// Identifier
250-
ZoneID param.Field[string] `query:"zone_id"`
250+
ZoneID param.Field[string] `query:"zone_id,required"`
251251
}
252252

253253
// URLQuery serializes [OriginCACertificateListParams]'s query parameters as

‎origin_ca_certificates/origincacertificate_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func TestOriginCACertificateNewWithOptionalParams(t *testing.T) {
4545
}
4646
}
4747

48-
func TestOriginCACertificateListWithOptionalParams(t *testing.T) {
48+
func TestOriginCACertificateList(t *testing.T) {
4949
t.Skip("TODO: investigate auth errors on test suite")
5050
baseURL := "http://localhost:4010"
5151
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {

0 commit comments

Comments
 (0)
Please sign in to comment.