mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
19 lines
396 B
JSON
19 lines
396 B
JSON
{
|
|
"parameters": [
|
|
{
|
|
"description": "The annotation layer pk for this annotation",
|
|
"in": "path",
|
|
"name": "pk",
|
|
"required": true,
|
|
"schema": { "type": "integer" }
|
|
},
|
|
{
|
|
"description": "The annotation pk for this annotation",
|
|
"in": "path",
|
|
"name": "annotation_id",
|
|
"required": true,
|
|
"schema": { "type": "integer" }
|
|
}
|
|
]
|
|
}
|