mirror of
https://github.com/strapi/strapi.git
synced 2025-08-11 18:27:22 +00:00
24 lines
472 B
JSON
24 lines
472 B
JSON
{
|
|
"paths": {
|
|
"/users-permissions/init": {
|
|
"get": {
|
|
"responses": {
|
|
"200": {
|
|
"description": "Response",
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"properties": {
|
|
"hasAdmin": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |