diff --git a/.stats.yml b/.stats.yml index 503bdb15f0..02aba39c94 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 1267 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a7c20b28582aadd124a5e37be4a2f961781bf7fb19cbe48de45020601d8228de.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-48863e9e0b885e8402a025dcb412e3cc2cafc43c14de76072c5635c82a6fde9a.yml diff --git a/src/resources/dns/records.ts b/src/resources/dns/records.ts index 6bdf7652f4..79cbc99d13 100644 --- a/src/resources/dns/records.ts +++ b/src/resources/dns/records.ts @@ -2248,7 +2248,7 @@ export namespace URIRecord { /** * The record content. */ - content?: string; + target?: string; /** * The record weight. @@ -3552,7 +3552,7 @@ export namespace RecordCreateParams { /** * The record content. */ - content?: string; + target?: string; /** * The record weight. @@ -4821,7 +4821,7 @@ export namespace RecordUpdateParams { /** * The record content. */ - content?: string; + target?: string; /** * The record weight. @@ -6267,7 +6267,7 @@ export namespace RecordEditParams { /** * The record content. */ - content?: string; + target?: string; /** * The record weight.