mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 05:57:13 -04:00
The payload token is hashedToken.
This commit is contained in:
parent
f304c3ad52
commit
85a51de703
1 changed files with 1 additions and 1 deletions
|
@ -2483,7 +2483,7 @@ if (Meteor.isServer) {
|
|||
* @description Only the admin user (the first user) can call the REST API.
|
||||
*
|
||||
* @param {string} userId the user ID
|
||||
* @param {string} token the user token
|
||||
* @param {string} token the user hashedToken
|
||||
* @return_type {message: string}
|
||||
*/
|
||||
JsonRoutes.add('POST', '/api/deletetoken', function (req, res) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue