Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/get-an-annotation-layer-annotation-layer-pk-annotation-annotation-id.ParamsDetails.json
2026-07-28 21:39:01 +07:00

47 lines
1.1 KiB
JSON

{
"parameters": [
{
"description": "The annotation layer pk for this annotation",
"in": "path",
"name": "pk",
"required": true,
"schema": { "type": "integer" }
},
{
"description": "The annotation pk",
"in": "path",
"name": "annotation_id",
"required": true,
"schema": { "type": "integer" }
},
{
"content": {
"application/json": {
"schema": {
"properties": {
"columns": { "items": { "type": "string" }, "type": "array" },
"keys": {
"items": {
"enum": [
"show_columns",
"description_columns",
"label_columns",
"show_title",
"none"
],
"type": "string"
},
"type": "array"
}
},
"type": "object",
"title": "get_item_schema"
}
}
},
"in": "query",
"name": "q"
}
]
}