cURL
curl --request PATCH \ --url https://api.example.com/api/core/confluence/configuration/{config_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "cql_query": "<string>" } '
{ "message": "<string>" }
Update an existing confluence sync configuration
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?