|
curl -d '[{"name":"file.ai","paths":["/path/to/file.ai","/different/path/to/file.ai"],"type":"ai","hash":"e953e128c52dc01c1c554c0d47c1d0932f92a04c","datecreated":"Tue, 22 Oct 2013 20:59:22 GMT","datemodified":"Tue, 22 Oct 2013 20:59:22 GMT","thumbnail":"/path/to/thumbnail.jpg","content":[{"id":"123","value":"This User","description":"author"},{"id":"456","value":"Task #789","description":"task"}],"tags":["tag1","tag2","tag3"]},{"name":"anotherfile.ai","paths":["/path/to/anotherfile.ai","/different/path/to/anotherfile.ai"],"type":"ai","hash":"f953e128cf2dc01c1c55fc0d47c1d0932f92a04c","datecreated":"Mon, 21 Oct 2013 20:59:22 GMT","datemodified":"Mon, 21 Oct 2013 20:59:22 GMT","thumbnail":"/path/to/thumbnail2.jpg","content":[{"id":"123","value":"This User","description":"author"}],"tags":["tag1","tag4","tag5"]},{"name":"this.jpg","paths":["/path/to/this.jpg"],"type":"jpg","hash":"b953e1b8cf2dc01c1cb5fc0d47c1d0932f92a04c"}]' -H 'Content-Type: application/json' http://127.0.0.1:5000/api/0.1/assets |