From 2a798dfce5ee68ed570aefcd2fc32cd34dd65f93 Mon Sep 17 00:00:00 2001 From: Erik Amaru Ortiz Date: Thu, 22 Aug 2013 12:08:57 -0400 Subject: [PATCH] dummy change --- apiary.apib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 --