We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aefce7 commit f44f933Copy full SHA for f44f933
.stats.yml
@@ -1,2 +1,2 @@
1
configured_endpoints: 1525
2
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-d584521239e9a0c95bf67e1ac053785606e51cc3fd7c8781b797fa3ee16c095c.yml
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-6457c71e9f79569df976f6b53f72da9490ec438a4e04f10fe2f12c2ce25238de.yml
src/resources/zones/zones.ts
@@ -283,6 +283,11 @@ export interface Zone {
283
* Business and Enterprise plans.
284
*/
285
vanity_name_servers?: Array<string>;
286
+
287
+ /**
288
+ * Verification key for partial zone setup.
289
+ */
290
+ verification_key?: string;
291
}
292
293
export namespace Zone {
0 commit comments