Closed OndraM closed 6 years ago
Hi, CreatedResponse does not return Document data (only Location header).
However the spec states about HTTP 201 Created response this:
The response MUST also include a document that contains the primary resource created.
So is this a bug?
Hi @OndraM , yes it is.
fixed without api break (document as third optional constructor parameter) in 3.1.1
Hi, CreatedResponse does not return Document data (only Location header).
However the spec states about HTTP 201 Created response this:
So is this a bug?