Create Catalog Sync
POST
/accounts/{account_id}/magic/cloud/catalog-syncs https://api.cloudflare.com/client/v4
Create a new Catalog Sync (Closed Beta).
Parameters
path Path Parameters
| Name | Type |
|---|---|
account_id
required
| type McnAccountId = string |
header Header Parameters
| Name | Type |
|---|---|
forwarded | string |
Request Body
application/json
required
interface McnCreateCatalogSyncRequest {
description?: string;
destination_type:McnCatalogSyncDestinationType ;
name: string;
policy?: string;
update_mode:McnCatalogSyncUpdateMode ;
}
description?: string;
destination_type:
name: string;
policy?: string;
update_mode:
}
Responses
201 application/json
Created.
type McnCreateCatalogSyncResponse = never
Client Errors
400 application/json
Bad Request.
type McnBadResponse = never
401 application/json
Invalid Credentials.
type McnBadResponse = never
403 application/json
Forbidden.
type McnBadResponse = never
409 application/json
Conflict.
type McnBadResponse = never
422 application/json
Unprocessable Entity.
type McnBadResponse = never
Server Errors
500 application/json
Internal Server Error.
type McnBadResponse = never