mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
11 lines
176 B
JSON
11 lines
176 B
JSON
{
|
|
"parameters": [
|
|
{
|
|
"description": "Last ID received by the client",
|
|
"in": "query",
|
|
"name": "last_id",
|
|
"schema": { "type": "string" }
|
|
}
|
|
]
|
|
}
|