Platform Operations/Platforms
PATCHPlatformSince 1.0SynchronousAuth Required
UpdateSync
Update the interval or resource list for an existing sync scheduler.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path 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
Responses
Endpoint
PATCH/api/v1/platforms/sync/{uuid}
/api/v1/platforms/sync/{uuid}
Request Example
curl -X PATCH '{host}/api/v1/platforms/sync/{uuid}' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"key": "value"}'
Response Example
200{
"message": "Sync configuration updated successfully"
}Change History
This API has no change history records yet.
