mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
25 lines
480 B
JSON
25 lines
480 B
JSON
{
|
|
"parameters": [
|
|
{
|
|
"description": "The annotation layer pk for this annotation",
|
|
"in": "path",
|
|
"name": "pk",
|
|
"required": true,
|
|
"schema": { "type": "integer" }
|
|
},
|
|
{
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"items": { "type": "integer" },
|
|
"type": "array",
|
|
"title": "get_delete_ids_schema"
|
|
}
|
|
}
|
|
},
|
|
"in": "query",
|
|
"name": "q"
|
|
}
|
|
]
|
|
}
|