mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 14:16:15 +01:00
Fix setMyUsername missing parameter
This commit is contained in:
parent
f699f8c7e5
commit
27d958a2e6
1 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,13 @@ paths:
|
||||||
summary: Updates the username
|
summary: Updates the username
|
||||||
description: Changes the username of the user with the given one.
|
description: Changes the username of the user with the given one.
|
||||||
operationId: setMyUsername
|
operationId: setMyUsername
|
||||||
|
parameters:
|
||||||
|
- name: user_id
|
||||||
|
in: path
|
||||||
|
schema:
|
||||||
|
$ref: "#/components/schemas/uid"
|
||||||
|
required: true
|
||||||
|
description: The user ID of the user to change the username to.
|
||||||
security:
|
security:
|
||||||
- BearerAuth: []
|
- BearerAuth: []
|
||||||
requestBody:
|
requestBody:
|
||||||
|
|
Loading…
Reference in a new issue