Skip to main content
PATCH
/
api
/
core
/
confluence
/
selection
Update Confluence selection (CQL query)
curl --request PATCH \
  --url https://api.example.com/api/core/confluence/selection \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "sync_setting_id": "<string>",
  "cql_query": "<string>"
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Body

application/json
sync_setting_id
string
required
cql_query
string | null

Response

Successful Response

message
string
required