[Request]: List of admin panel restful api using?
Summary
Planning to restructure the default admin panel provided by Strapi, to enhance / add in new feature based on usage. But after explore the documentation, found out it's not listed the restful api used by admin panel.
Why is it needed?
Currently the documentation on the web, just showing admin panel layout api for customize the admin panel layout. But for admin login / add new admin / roles settings etc use on admin panel, there is no details on this part.
This is the example api is not listed on Documentation in web:
http://localhost/admin/login, api endpoint I found in actual application for admin authentication.
Suggested solution(s)
have a section on admin panel customization to show all api (restful maybe?) with details (parameter requirement)
Related issue(s)/PR(s)
No response