Skip to content

Commit

Permalink
feat(api): api update (#2096)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Nov 4, 2024
1 parent a25fa8c commit e89966f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1397
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-fe729b42d8f4cdf418646a3db49b6486b2e5f33f7acb74f0c48f4c43e16b1c52.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-dc0ea8b1d39a240dde258e432da1b6e2f044da9d646023352946c4a9d586b25f.yml
5 changes: 5 additions & 0 deletions src/resources/email-security/settings/domains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ export interface DomainEditParams {
*/
domain?: string | null;

/**
* Body param:
*/
integration_id?: string | null;

/**
* Body param:
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ describe('resource domains', () => {
const response = await client.emailSecurity.settings.domains.edit(2400, {
account_id: '023e105f4ecef8ad9ca31a8372d0c353',
domain: 'domain',
integration_id: '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
lookback_hops: 1,
});
});
Expand Down

0 comments on commit e89966f

Please sign in to comment.