UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

19 lines 773 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from 'cloudflare/resource'; export class Prioritize extends APIResource { /** * If a zone has multiple SSL certificates, you can set the order in which they * should be used during a request. The higher priority will break ties across * overlapping 'legacy_custom' certificates. */ update(params, options) { const { zone_id, ...body } = params; return this._client.put(`/zones/${zone_id}/custom_certificates/prioritize`, { body, ...options, })._thenUnwrap((obj) => obj.result); } } (function (Prioritize) { })(Prioritize || (Prioritize = {})); //# sourceMappingURL=prioritize.mjs.map