Skip to content

Commit

Permalink
#12: Updated POST to allow one or more items to be created
Browse files Browse the repository at this point in the history
  • Loading branch information
gnewton committed Jun 15, 2016
1 parent 2dc32e0 commit 6136cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DINA-Web-API-Guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ If not noted otherwise it is expected that an endpoint's ***HTTP HEAD*** calls a
|DELETE |/media/001196a9-abef-419e-a8b7-f0a00157c588 |Delete the media object with uuid '001196a9-abef-419e-a8b7-f0a00157c588'. |204 No Content |Various possible ("uuid does not exist": 404 Not Found) |
|HEAD |/media/001196a9-abef-419e-a8b7-f0a00157c588 |Retrieve only meta-data section for corresponding GET request. |200 OK |Various possible ("uuid does not exist": 404 Not Found) |
|GET |/media/images |Retrieve first page of paged list of all images (id´s or url´s) starting at OFFSET=0 and LIMIT=defaultLimitSize. |200 OK |Various possible |
|POST |/media/images |Create a new image. |201 Created |Various possible |
|POST |/media/images |Create one or more new images. |201 Created |Various possible |
|PUT |/media/images |NA |NA |405 Method Not Allowed |
|DELETE |/media/images |NA |Na |405 Method Not Allowed |
|HEAD |/media/images |Retrieve only meta-data section for corresponding GET request. |200 OK |Various possible |
Expand Down

0 comments on commit 6136cbe

Please sign in to comment.