Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#3048)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Sep 10, 2024
1 parent b671014 commit 578647f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1331
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-13ceb029ae0355ed973026c0559e0ef8bce8235b16404a48cf87de883f665b0f.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-c1625027c813a81bbfb4696f9cefcb7892443dea2dfdcfd86daaf8150dc039ec.yml
2 changes: 1 addition & 1 deletion email_security/settingdomain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func TestSettingDomainEditWithOptionalParams(t *testing.T) {
email_security.SettingDomainEditParams{
AccountID: cloudflare.F("023e105f4ecef8ad9ca31a8372d0c353"),
Domain: cloudflare.F("domain"),
LookbackHops: cloudflare.F(int64(0)),
LookbackHops: cloudflare.F(int64(1)),
},
)
if err != nil {
Expand Down

0 comments on commit 578647f

Please sign in to comment.