[DSpace-CRIS] Administrative Edit of archived items via submission form and security configuration for metadata visibility (Rest Contract)#330
Conversation
tdonohue
left a comment
There was a problem hiding this comment.
Hi @AdamF42 ! I finally got around to reviewing this REST Contract. Overall, this looks good, but there's a few things that are missing (based on comparison with the DSpace/DSpace#11964 PR). I've listed them inline below.
Keep in mind, this REST Contract PR does NOT need to be closed this week (or prior to Testathon). This is essentially documentation, so it won't block merging the actual feature PR from being merged. Therefore, you have more time to work on updating this REST Contract PR.
| `curl --data '[{ "op": "remove", "path": "/sections/traditionalpageone/dc.subject/0"}]' -X PATCH ${dspace7-url}/api/core/edititems/<:id>:<:MODE>` | ||
|
|
||
| ## Find available modes | ||
| **/api/core/edititems/search/search/findModesById?uuid=<:id>** |
There was a problem hiding this comment.
We seem to be missing a similar description of the findBySubmitter search option
| * [/api/core/bundles](bundles.md) | ||
| * [/api/core/metadatafields](metadatafields.md) | ||
| * [/api/core/metadataschemas](metadataschemas.md) | ||
| * [/api/core/edititems](edititems.md) |
There was a problem hiding this comment.
We seem to be missing a description of the /api/core/edititemmodes endpoint that goes with this one.
Rest contract updates for 11964
Resolves DSpace/DSpace#12166