curl --request POST \
--url https://apigcp.trynia.ai/v2/google-drive/installations/{installation_id}/sync \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"force_full": false,
"scope_ids": [
"<string>"
]
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Trigger incremental sync for a Google Drive installation.
curl --request POST \
--url https://apigcp.trynia.ai/v2/google-drive/installations/{installation_id}/sync \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"force_full": false,
"scope_ids": [
"<string>"
]
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}API key must be provided in the Authorization header
Successful Response
Was this page helpful?