feat(api): add tags to event and user routes for better categorization

This commit is contained in:
Dominik 2025-06-16 11:09:43 +02:00
parent 1c99368238
commit 60c99e0650
Signed by: dominik
GPG key ID: 06A4003FC5049644
8 changed files with 28 additions and 1 deletions

View file

@ -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: