Skip to main content
POST
/
v1
/
instances:batchSync
cURL
curl --request POST \
  --url https://api.example.com/v1/instances:batchSync \
  --header 'Content-Type: application/json' \
  --data '
{
  "requests": [
    {
      "name": "<string>",
      "enableFullSync": true
    }
  ]
}
'
{}

Body

application/json
requests
object[]
required

The request message specifying the instances to sync. A maximum of 1000 instances can be synced in a batch.

Response

OK

The response is of type object.