24 lines
472 B
JSON
Raw Normal View History

2018-09-10 20:00:17 +02:00
{
"paths": {
"/users-permissions/init": {
"get": {
"responses": {
"200": {
"description": "Response",
"content": {
"application/json": {
"schema": {
"properties": {
"hasAdmin": {
"type": "boolean"
}
}
}
}
}
}
}
}
}
}
}