Platform Operations/Platforms
POSTPlatformSince 1.0SynchronousAuth Required
ResumeSync
Resume a paused sync scheduler using its previously saved interval and resource configuration.
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 resume
Responses
Endpoint
POST/api/v1/platforms/sync/{uuid}/resume
/api/v1/platforms/sync/{uuid}/resume
Request Example
curl -X POST '{host}/api/v1/platforms/sync/{uuid}/resume' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{
"message": "Sync configuration resumed successfully"
}Change History
This API has no change history records yet.
