Skip to main content
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

  • uuidStringRequired

    UUID of the sync configuration to resume

Responses

200 OK

On success, this API returns the following response structure.

  • messageString

    Confirmation message for the sync resume

    Example: Sync configuration resumed successfully

Endpoint

POST/api/v1/platforms/sync/{uuid}/resume

/api/v1/platforms/sync/{uuid}/resume

Operation ID

ResumeSync

Permalink

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.

View all change history