From 907a4ce53375cfbcd1ac25b4ac3f3a12066213e3 Mon Sep 17 00:00:00 2001 From: Sascha Szott Date: Sun, 21 Jun 2026 11:31:52 +0200 Subject: [PATCH] Update epersonregistrations.md: add description of status code 400 in PATCH --- epersonregistrations.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/epersonregistrations.md b/epersonregistrations.md index da5b2f2f..cce0231f 100644 --- a/epersonregistrations.md +++ b/epersonregistrations.md @@ -173,7 +173,8 @@ We can have the following cases: Status codes: * 204 Created - if the operation succeed with a new token generated, and e new mail sent to the `email` provided in the request -* 401 Unauthorized - if registration is disabled the token provided is not valid or absent +* 400 Bad Request - if the `id` or `token` provided in the URL is absent or negative / blank +* 401 Unauthorized - if registration is disabled or the token provided is not valid * 422 Unprocessable Entity - if the email address was omitted or the operation is not valid ## Create new EPerson registration