-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Jordan Walker edited this page Jun 24, 2020
·
16 revisions
-
GET
/sample/:brand
-- See all samples -
GET
/sample/:brand/:id
-- See a single sample -
GET
/sample/:brand/add
-- See form to add a sample -
POST
/sample/:brand
-- Submit data to create a sample -
POST
/sample/:brand/:id/save/
-- Submit data to save a sample -
GET
/sample/:brand/:id/edit
-- See a form to edit a sample -
PUT
/sample/:brand/:id
-- Submit data from edit form -
DELETE
/sample/:brand/:id
-- Delete a sample