Query Annotations
Create a Query Annotation
Create a Query Annotation for the specified query ID.
post/1/query_annotations/{datasetSlug}
Request body
Example request
{
"name": "My Named Query",
"description": "A nice description of My Named Query",
"query_id": "mabAMpSPDjH",
"id": "sGUnkBHgRFN",
"created_at": "2022-10-26T21:36:04Z",
"updated_at": "2022-12-04T08:14:26Z",
"source": "query"
}Response
Created
Example response
{
"name": "My Named Query",
"description": "A nice description of My Named Query",
"query_id": "mabAMpSPDjH",
"id": "sGUnkBHgRFN",
"created_at": "2022-10-26T21:36:04Z",
"updated_at": "2022-12-04T08:14:26Z",
"source": "query"
}