From 3a543f7fdeabbd5d4454bf728a319910eaef4323 Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Thu, 26 Oct 2023 10:40:03 -0500 Subject: [PATCH] Revert "Return no content for unset properties" --- configuration.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configuration.md b/configuration.md index 0d3d1010..77d70eef 100644 --- a/configuration.md +++ b/configuration.md @@ -21,6 +21,5 @@ The DSpace server will have a whitelist of properties that can be retrieved by t } ``` -* 200 OK - if the operation succeeded -* 204 No Content - if the property isn't configured to be retrieved -* 404 Not found - if the property doesn't exist \ No newline at end of file +* 200 OK - if the operation succeed +* 404 Not found - if the property doesn't exist or isn't configured to be retrieved \ No newline at end of file