This commit is contained in:
@@ -38,9 +38,29 @@ Content-Type: application/json
|
||||
|
||||
# DELETE Product
|
||||
|
||||
DELETE http://127.0.0.1:8000/api/products/940c316b-518c-4a18-b1f6-328e010eef4d
|
||||
DELETE http://127.0.0.1:8000/api/products/6cbe4783-cfb5-4ed7-8196-9d6b55217de0
|
||||
Content-Type: application/json
|
||||
|
||||
###
|
||||
|
||||
# RESET Products
|
||||
PATCH http://127.0.0.1:8000/api/products/reset
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"reset": true
|
||||
}
|
||||
|
||||
###
|
||||
|
||||
# SAVE Products
|
||||
PATCH http://127.0.0.1:8000/api/products/save
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"save": true
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user