endpoint detail role page settings
This commit is contained in:
+38
-1
@@ -939,6 +939,43 @@
|
||||
}
|
||||
},
|
||||
"definitions": {
|
||||
"access.AccessPage": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"page": {
|
||||
"type": "string"
|
||||
},
|
||||
"parent_id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"access.DetailRolePageResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"access_page": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/access.AccessPage"
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"access.ListRolePermissionPaginateResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -959,7 +996,7 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"isActive": {
|
||||
"is_active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
|
||||
Reference in New Issue
Block a user