Skip to content
Snippets Groups Projects

Can't use "PUT" #33

Merged Martin Lowe requested to merge github/fork/autumnfound/malowe/master/33 into master

Change-Id: Ie69c8c6b2cafb631a696071d72e06eb7db7738e0 Signed-off-by: Martin Lowe martin.lowe@eclipse-foundation.org

Merge request reports

Merged by Christopher GuindonChristopher Guindon 5 years ago (Oct 28, 2019 1:53pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
83 83 * @param errorReport the ErrorReport object to insert into the database.
84 84 * @return response for the browser
85 85 */
86 @POST
86 @PUT
  • Christopher Guindon
  • 74 74 * @param category the Category object to insert into the database.
    75 75 * @return response for the browser
    76 76 */
    77 @POST
    77 @PUT
  • Christopher Guindon
  • 73 73 * @param catalog the Catalog object to insert into the database.
    74 74 * @return response for the browser
    75 75 */
    76 @POST
    76 @PUT
  • Christopher Guindon
  • 86 86 * @param listing the listing object to insert into the database.
    87 87 * @return response for the browser
    88 88 */
    89 @POST
    89 @PUT
  • Christopher Guindon
  • 75 75 * @param market the Category object to insert into the database.
    76 76 * @return response for the browser
    77 77 */
    78 @POST
    78 @PUT
    Please register or sign in to reply
    Loading