cURL
curl --request PATCH \ --url https://api.mentionlab.io/api/queries/{id} \ --header 'Content-Type: application/json' \ --header 'x-organisation-id: <x-organisation-id>' \ --header 'x-project-id: <x-project-id>' \ --data ' { "tagIds": [ 1, 2, 3 ] } '
Organisation ID to specify the organisation context
Project ID to specify the project context
List of tag IDs to associate with this query
[1, 2, 3]