Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Contract] Expose the item submitter over the REST endpoint /api/core/items/<:uuid>/submitter #279

Merged
merged 2 commits into from
Sep 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions items.md
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,16 @@ Return codes:
* 403 Forbidden - if you are not logged in with sufficient permissions and versioning is not public
* 404 Not found - if the item doesn't exist

### Get Item Submitter
**/api/core/items/<:uuid>/submitter**

It returns the submitter of the item

Status codes:
* 200 OK - returning the submitter
* 204 No Content - if you are not authenticated or you have no read access on that submitter.
* 404 Not found - if the item doesn't exist

## Deleting an item

**DELETE /api/core/items/<:uuid>**
Expand Down
Loading