diff --git a/api/openapi/users.yml b/api/openapi/users.yml index 3c2bfb5dcb9..454861e137d 100644 --- a/api/openapi/users.yml +++ b/api/openapi/users.yml @@ -391,6 +391,8 @@ paths: description: Users link for resetting password. "400": description: Failed due to malformed JSON. + "404": + description: Entity not found. "415": description: Missing or invalid content type. "422": @@ -417,6 +419,8 @@ paths: description: Failed due to malformed JSON. "401": description: Missing or invalid access token provided. + "404": + description: Entity not found. "415": description: Missing or invalid content type. "422":