Skip to content

Commit 3a543f7

Browse files
authored
Revert "Return no content for unset properties"
1 parent 01cc27c commit 3a543f7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

configuration.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ The DSpace server will have a whitelist of properties that can be retrieved by t
2121
}
2222
```
2323

24-
* 200 OK - if the operation succeeded
25-
* 204 No Content - if the property isn't configured to be retrieved
26-
* 404 Not found - if the property doesn't exist
24+
* 200 OK - if the operation succeed
25+
* 404 Not found - if the property doesn't exist or isn't configured to be retrieved

0 commit comments

Comments
 (0)