24 lines
472 B
JSON

{
"paths": {
"/users-permissions/init": {
"get": {
"responses": {
"200": {
"description": "Response",
"content": {
"application/json": {
"schema": {
"properties": {
"hasAdmin": {
"type": "boolean"
}
}
}
}
}
}
}
}
}
}
}