Document Location headers for created REST resources - #369
Document Location headers for created REST resources#369pratyushsinghal7 wants to merge 2 commits into
Conversation
Specify the shared JSON creation response header and the canonical EPerson URI returned after successful account creation.
|
@saschaszott the review feedback has been addressed in 3e89c41 — the repository-wide 201/Location contract is now in README.md, and all three EPerson POST variants in epersons.md document the returned Location URI. The companion code PR DSpace/DSpace#12848 already has two approvals (yours and @MMilosz's) and is only waiting on this contract PR, so a re-review here would be much appreciated. Thanks! |
|
@pratyushsinghal7 , I am not sure whether my concern has been addressed. Your change to the |
References
Description
Document that successful JSON collection-resource creation returns
201 Createdwith an absoluteLocationheader for the created resource.The EPerson creation contract now includes the concrete canonical URI shape returned by
POST /api/eperson/epersons.Validation
git diff --check