-
Notifications
You must be signed in to change notification settings - Fork 495
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
CRUD endpoints for Collection Featured Items have been implemented. In particular, the following endpoints have been implemented: | ||
|
||
- Create a feature item (POST /api/dataverses/<dataverse_id>/featuredItems) | ||
- Update a feature item (PUT /api/dataverseFeaturedItems/<item_id>) | ||
- Delete a feature item (DELETE /api/dataverseFeaturedItems/<item_id>) | ||
- List all featured items in a collection (GET /api/dataverses/<dataverse_id>/featuredItems) | ||
- Delete all featured items in a collection (DELETE /api/dataverses/<dataverse_id>/featuredItems) | ||
- Update all featured items in a collection (PUT /api/dataverses/<dataverse_id>/featuredItems) |