Search + K

Command Palette

Search for a command to run...

Sign In

Patch Catalog Sync

PATCH /accounts/{account_id}/magic/cloud/catalog-syncs/{sync_id}
Copy endpoint
https://api.cloudflare.com/client/v4

Update a Catalog Sync (Closed Beta).

Parameters

path Path Parameters

Name Type
account_id required
type McnAccountId = string
sync_id required
type McnCatalogSyncId = string

Request Body

application/json required
interface McnUpdateCatalogSyncRequest {
description?: string;
name?: string;
policy?: string;
update_mode?: McnCatalogSyncUpdateMode
type McnCatalogSyncUpdateMode = "AUTO" | "MANUAL"
;
}

Responses

200 application/json

OK.

type McnUpdateCatalogSyncResponse = 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
404 application/json

Not Found.

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