docs: Improve Swagger JSDoc

This commit is contained in:
Maksim Eltyshev
2025-09-12 12:17:01 +02:00
parent 494800d131
commit b4979d214f
129 changed files with 294 additions and 248 deletions

View File

@@ -11,6 +11,7 @@
* description: Authenticates a user using email/username and password. Returns an access token for API authentication.
* tags:
* - Access Tokens
* operationId: createAccessToken
* requestBody:
* required: true
* content:
@@ -101,6 +102,7 @@
* - Admin login required to initialize instance
* description: Specific error message
* example: Use single sign-on
* security: []
*/
const bcrypt = require('bcrypt');