From 27d958a2e6dd127b9a2216c09ec643d0995fa935 Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Tue, 15 Nov 2022 23:31:33 +0100 Subject: [PATCH] Fix setMyUsername missing parameter --- api/api.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/api/api.yaml b/api/api.yaml index 8823f7b..b94c585 100644 --- a/api/api.yaml +++ b/api/api.yaml @@ -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: