Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Apr 8, 2022
1 parent c00afb5 commit 513428c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @apiDescription Find the user details of the logged-in user from its Token. (without specifying his ID)
*
* @apiVersion 1.0.0
* @apiPermission Authenticated
* @apiPermission Authenticated ['permissions' => '', 'roles' => '']
*
* @apiUse UserSuccessSingleResponse
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @apiDescription User Logout. (Revoking Access Token)
*
* @apiVersion 1.0.0
* @apiPermission Authenticated
* @apiPermission Authenticated ['permissions' => '', 'roles' => '']
*
* @apiSuccessExample {json} Success-Response:
* HTTP/1.1 202 Accepted
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @apiDescription Send verification email to the currently authenticated user
*
* @apiVersion 1.0.0
* @apiPermission Authenticated
* @apiPermission Authenticated ['permissions' => '', 'roles' => '']
*
* @apiParam {String} verification_url required|url
*
Expand Down

0 comments on commit 513428c

Please sign in to comment.