Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 15, 2024
1 parent 94c67b4 commit c6d52a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/zones/dns-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export interface Nameserver {
/**
* Nameserver type
*/
type: 'cloudflare.standard' | 'cloudflare.foundation_dns';
type: 'cloudflare.standard';
}

export interface DNSSettingEditParams {
Expand Down

0 comments on commit c6d52a1

Please sign in to comment.