Update a query's tag associations
Queries
Update a query's tag associations
Updates a query by UUID to replace its tag associations; the supplied tag IDs are validated against the project.
PATCH
Update a query's tag associations
Headers
Project ID to specify the project context
Path Parameters
The UUID of the query to update.
Body
application/json
List of tag IDs to associate with this query
Example:
[1, 2, 3]Response
The query's tag associations were updated successfully.