curl --request POST \
--url https://api.example.com/v1/instances:batchSync \
--header 'Content-Type: application/json' \
--data '
{
"requests": [
{
"name": "<string>",
"enableFullSync": true
}
]
}
'{}Syncs multiple instances in a single request. Permissions required: bb.instances.sync
curl --request POST \
--url https://api.example.com/v1/instances:batchSync \
--header 'Content-Type: application/json' \
--data '
{
"requests": [
{
"name": "<string>",
"enableFullSync": true
}
]
}
'{}The request message specifying the instances to sync. A maximum of 1000 instances can be synced in a batch.
Show child attributes
OK
The response is of type object.
Was this page helpful?