Skip to content

Commit 01cc27c

Browse files
authored
Merge pull request #243 from J4bbi/fix/return_204_for_unset_config
Return no content for unset properties
2 parents 128f6bf + 4b90850 commit 01cc27c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configuration.md

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

24-
* 200 OK - if the operation succeed
25-
* 404 Not found - if the property doesn't exist or isn't configured to be retrieved
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

0 commit comments

Comments
 (0)