Skip to main content
PATCH
Update a query's type or tag associations

Headers

x-project-id
string
required

Project ID to specify the project context

Path Parameters

id
string<uuid>
required

The UUID of the query to update.

Body

application/json
tagIds
number[]

List of tag IDs to associate with this query

Example:
type
enum<string> | null

The type of question the query asks. Pass null to clear the type.

Available options:
comparative,
informative,
perception

Response

The query was updated successfully.