UPDATE: fix bug
All checks were successful
Build and Release / release (push) Successful in 1m5s

This commit is contained in:
2026-04-18 11:00:52 +07:00
parent 324a91489c
commit 50b975abf6
4 changed files with 0 additions and 40 deletions

View File

@@ -1380,11 +1380,6 @@ paths:
- application/json
description: Update the profile details of the currently authenticated user
parameters:
- description: User ID
in: path
name: id
required: true
type: string
- description: Update Profile request
in: body
name: request
@@ -1459,11 +1454,6 @@ paths:
- application/json
description: Update the password for the currently authenticated user
parameters:
- description: User ID
in: path
name: id
required: true
type: string
- description: Change Password request
in: body
name: request