cloudflare
Version:
The official TypeScript library for the Cloudflare API
12 lines • 517 B
JavaScript
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
import { APIResource } from "../../resource.mjs";
export class Miscategorizations extends APIResource {
/**
* Allows you to submit requests to change a domain’s category.
*/
create(params, options) {
const { account_id, ...body } = params;
return this._client.post(`/accounts/${account_id}/intel/miscategorization`, { body, ...options });
}
}
//# sourceMappingURL=miscategorizations.mjs.map