Opened 10 years ago
Last modified 10 years ago
#1073 new defect
[API] 'audio' and 'video' objectType's are not accepted. — at Initial Version
Reported by: | JanKusanagi | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | programming | Keywords: | api, audio, media types |
Cc: | Parent Tickets: |
Description
Trying to post an 'audio' object or 'video' object (or 'file' object, but this one might be not accepted in general) returns:
HTTP 400: Bad Request.
"{"error": "Unknown object type 'audio'."}"
Interestingly, if I try to upload a 'file' object, and the file is the binary executable of a program (well, I tried with some from /usr/bin, at least), the server returns HTTP 500 instead.