diff --git a/apiary.apib b/apiary.apib index bad782baf..050345210 100644 --- a/apiary.apib +++ b/apiary.apib @@ -22,12 +22,12 @@ GET /designer/editor Save new products in your shopping cart -POST /sample +POST /sample-resource > Content-Type: application/json { "product":"1AB23ORM", "quantity": 2 } < 201 < Content-Type: application/json -{ "status": "created", "url": "/sample/2" } +{ "status": "created", "url": "/sample-resource/2" } -- Payment Resources --