Fix setMyUsername missing parameter

This commit is contained in:
Marco Realacci 2022-11-15 23:31:33 +01:00
parent f699f8c7e5
commit 27d958a2e6

View file

@ -34,6 +34,13 @@ paths:
summary: Updates the username
description: Changes the username of the user with the given one.
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:
- BearerAuth: []
requestBody: