UpdateSync
Update the interval or resource list for an existing sync scheduler.
PATCH
/api/v1/platforms/sync/{uuid}Operation ID
UpdateSyncSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonPath Parameters
uuidStringRequiredUUID of the sync configuration to update
Body Fields
platformUuidStringRequiredUUID of the associated platform
Example: plat-abc123-def456
syncIntervalStringRequiredNew sync interval expression
Example: */10 * * * *
resourcesListRequiredUpdated list of resource types to sync
Example: item1,item2
