Based on your valuable feedback , we have prepared a few more updates to the API documentations hosted here.
- Auth Token Persistence: The authentication token you enter in the
Authorization
section is now persisted in you browser’s local storage. This has two implications. Firstly, you should not enter tokens on shared computers. But then, when using shared machines, you’re probably using private browsing windows anyway. Secondly, you don’t have to enter your token over and over again. In combination with using token authorization, this saves you some effort. - Improved Search: Instead of only using a simple filter, you can now search within paths, parameters etc. specifically.
- Fixed Sidebar Navigation: Previously, the API documentation navigation was hidden on smaller screen sizes, which was confusing. This does not happen anymore now.
- Always show schema property descriptions fully: Previously, descriptions of fields in request and response schemas were collapsed if they had more than one line. We now expand the full description by default. You can still toggle between both variants depending on your preference.
Keep the feedback flowing - we’ll continue acting on it.