feat(api): add tags to event and user routes for better categorization
This commit is contained in:
parent
1c99368238
commit
60c99e0650
8 changed files with 28 additions and 1 deletions
|
@ -15,6 +15,8 @@ import {
|
|||
* get:
|
||||
* summary: Get the currently authenticated user's information
|
||||
* description: Retrieve the information of the currently authenticated user.
|
||||
* tags:
|
||||
* - User
|
||||
* responses:
|
||||
* 200:
|
||||
* description: User information retrieved successfully.
|
||||
|
@ -89,6 +91,8 @@ export const GET = auth(async function GET(req) {
|
|||
* patch:
|
||||
* summary: Update the currently authenticated user's information
|
||||
* description: Update the information of the currently authenticated user.
|
||||
* tags:
|
||||
* - User
|
||||
* requestBody:
|
||||
* required: true
|
||||
* content:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue