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: Accept terms during the authentication flow. Converts the pending token to an access token.
|
||||
* tags:
|
||||
* - Access Tokens
|
||||
* operationId: acceptTerms
|
||||
* requestBody:
|
||||
* required: true
|
||||
* content:
|
||||
@@ -87,6 +88,7 @@
|
||||
* - Admin login required to initialize instance
|
||||
* description: Specific error message
|
||||
* example: Invalid signature
|
||||
* security: []
|
||||
*/
|
||||
|
||||
const { getRemoteAddress } = require('../../../utils/remote-address');
|
||||
|
||||
Reference in New Issue
Block a user