dummy change

This commit is contained in:
Erik Amaru Ortiz
2013-08-22 12:08:57 -04:00
parent e0b7a08cf3
commit 2a798dfce5

View File

@@ -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 --