Skip to main content
POST
/
api
/
core
/
sync-settings
/
cloud-storage
/
{setting_id}
/
sync
Trigger cloud storage sync
curl --request POST \
  --url https://api.example.com/api/core/sync-settings/cloud-storage/{setting_id}/sync \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.genow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Path Parameters

setting_id
string
required

Response

Successful Response

message
string
required