From 9b9954ade5d194b59df7aec67f095bff67693c7d Mon Sep 17 00:00:00 2001 From: dborovcanin Date: Fri, 18 Oct 2024 13:05:43 +0000 Subject: [PATCH] deploy: eb881690c74b6f2357115848f5ba152533561d30 --- apis/api/openapi/users.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apis/api/openapi/users.yml b/apis/api/openapi/users.yml index 170aee6fa7..8f2df294dc 100644 --- a/apis/api/openapi/users.yml +++ b/apis/api/openapi/users.yml @@ -595,6 +595,8 @@ paths: $ref: "#/components/responses/TokenRes" "400": description: Failed due to malformed JSON. + "401": + description: Missing or invalid access token provided. "404": description: A non-existent entity request. "415":