json/v1.0/order.json in sk_api_schema-0.0.5 vs json/v1.0/order.json in sk_api_schema-0.0.6
- old
+ new
@@ -173,9 +173,15 @@
"method": "POST"
},
{ "rel": "attachments",
"href": "orders/{id}/attachments"
},
+ { "rel": "comments",
+ "href": "orders/{id}/comments"
+ },
+ { "rel": "emails",
+ "href": "orders/{id}/emails"
+ },
{ "rel": "print",
"href": "orders/{id}/print",
"method": "POST",
"properties" : {
"template_id" : {