mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
18 lines
394 B
JSON
18 lines
394 B
JSON
{
|
|
"title": "Body",
|
|
"body": {
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"properties": { "permission_id": {}, "view_menu_id": {} },
|
|
"type": "object",
|
|
"title": "PermissionViewMenuApi.post"
|
|
},
|
|
"example": { "permission_id": {}, "view_menu_id": {} }
|
|
}
|
|
},
|
|
"description": "Model schema",
|
|
"required": true
|
|
}
|
|
}
|