mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
30 lines
683 B
JSON
30 lines
683 B
JSON
{
|
|
"parameters": [
|
|
{
|
|
"description": "The id of the user",
|
|
"in": "path",
|
|
"name": "user_id",
|
|
"required": true,
|
|
"schema": { "type": "integer" }
|
|
},
|
|
{
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"properties": {
|
|
"actions": { "items": { "type": "string" }, "type": "array" },
|
|
"distinct": { "type": "boolean" },
|
|
"page": { "type": "number" },
|
|
"page_size": { "type": "number" }
|
|
},
|
|
"type": "object",
|
|
"title": "get_recent_activity_schema"
|
|
}
|
|
}
|
|
},
|
|
"in": "query",
|
|
"name": "q"
|
|
}
|
|
]
|
|
}
|