From c1ef2db185076e1723e1c8e9fe32480add9305cb Mon Sep 17 00:00:00 2001 From: Wlad Date: Sat, 21 Nov 2020 17:05:58 +0100 Subject: [PATCH] fix export format issue --- openapi/paths/access/users/{username}-password-put.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/paths/access/users/{username}-password-put.yaml b/openapi/paths/access/users/{username}-password-put.yaml index 087054a..bff02e6 100644 --- a/openapi/paths/access/users/{username}-password-put.yaml +++ b/openapi/paths/access/users/{username}-password-put.yaml @@ -20,7 +20,7 @@ responses: Password was updated "400": description: >- - If the request doesn’t contain a `password` property or the request is otherwise invalid + If the request doesn’t contain a password property or the request is otherwise invalid "403": description: >- No admin rights and not logged in as the user