cURL
curl --request POST \ --url https://api.example.com/api/core/confluence/configuration \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "cql_query": "<string>", "cql_sync_name": "<string>", "use_case_id": "<string>" } '
{ "id": "<string>", "cql_query": "<string>", "knowledge_source_id": "<string>", "is_syncing": true, "synced_items_count": 123, "last_successful_sync": "2023-11-07T05:31:56Z" }
Create a new confluence sync configuration in the firestore, together with a new knowledge source. The corresponding datastore will only be created on the first sync.
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?