LI3DS / api-li3ds

LI³DS Rest API
GNU General Public License v3.0
0 stars 3 forks source link

Deleting project #60

Open mbredif opened 6 years ago

mbredif commented 6 years ago

Deleting projects appears to be non-functionnal, due to a signature mismatch (api looks to be by name, but handling code appears to expect an integer) :

$ curl -X DELETE --header 'Accept: application/json' --header 'X-API-KEY: [XXX]' 'http://api.li3ds.io/projects/test/'
{
    "message": "None - invalid input syntax for integer: \"test\""
}