mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 17:23:27 +03:00
docs: Improve Swagger JSDoc
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user