File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
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
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ func (r OriginCACertificateNewResponseEnvelopeSuccess) IsKnown() bool {
247
247
248
248
type OriginCACertificateListParams struct {
249
249
// Identifier
250
- ZoneID param.Field [string ] `query:"zone_id"`
250
+ ZoneID param.Field [string ] `query:"zone_id,required "`
251
251
}
252
252
253
253
// URLQuery serializes [OriginCACertificateListParams]'s query parameters as
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ func TestOriginCACertificateNewWithOptionalParams(t *testing.T) {
45
45
}
46
46
}
47
47
48
- func TestOriginCACertificateListWithOptionalParams (t * testing.T ) {
48
+ func TestOriginCACertificateList (t * testing.T ) {
49
49
t .Skip ("TODO: investigate auth errors on test suite" )
50
50
baseURL := "http://localhost:4010"
51
51
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
You can’t perform that action at this time.
0 commit comments