Skip to content

Commit

Permalink
Merge pull request #243 from J4bbi/fix/return_204_for_unset_config
Browse files Browse the repository at this point in the history
Return no content for unset properties
  • Loading branch information
tdonohue authored Oct 25, 2023
2 parents 128f6bf + 4b90850 commit 01cc27c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ The DSpace server will have a whitelist of properties that can be retrieved by t
}
```

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

0 comments on commit 01cc27c

Please sign in to comment.