json/v1.0/order.json in sk_api_schema-0.0.13 vs json/v1.0/order.json in sk_api_schema-0.0.14
- old
+ new
@@ -168,10 +168,16 @@
"href": "orders/{id}",
"method": "PUT"
},
{ "rel": "create",
"href": "orders",
- "method": "POST"
+ "method": "POST",
+ "properties" : {
+ "source" : {
+ "title" : "Source document id",
+ "description": "Copies the source document(excl. number,date) and returns a new draft document."
+ }
+ }
},
{ "rel": "attachments",
"href": "orders/{id}/attachments"
},
{ "rel": "comments",