METIS-Project / ILDE

Master Repository for the ILDE Platform
8 stars 1 forks source link

Implement uploading an existing wic design to the wic database #9

Closed javierht closed 11 years ago

javierht commented 11 years ago

Upload an existing design to the design app database

POST /webcollage/ldshake/ldsdoc

parameters: sectoken document: binary with the design in webcollage format (application/json)

response: 201 created, body: url

javierht commented 11 years ago

Finished