You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "João Barbosa (JIRA)" <ji...@apache.org> on 2013/03/06 14:16:12 UTC

[jira] [Created] (COUCHDB-1685) POSTing multipart/related to a database doesn't create a document

João Barbosa created COUCHDB-1685:
-------------------------------------

             Summary: POSTing multipart/related to a database doesn't create a document
                 Key: COUCHDB-1685
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1685
             Project: CouchDB
          Issue Type: Bug
            Reporter: João Barbosa


POST application/json to a database creates a document and assigns an id. It's an atomic operation.

But POST to a database with a multipart/related doesn't. The response error is:
{
  "error":"bad_content_type",
  "reason":"Content-Type must be application/json"
}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira