UNPKG

strapi-plugin-users-permissions

Version:

Protect your API with a full-authentication process based on JWT

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