mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
12 lines
187 B
JSON
12 lines
187 B
JSON
{
|
|
"parameters": [
|
|
{
|
|
"description": "The ID of the user",
|
|
"in": "path",
|
|
"name": "user_id",
|
|
"required": true,
|
|
"schema": { "type": "string" }
|
|
}
|
|
]
|
|
}
|