Status 200 OK, instead of 201 Created on procedure question creation.
Request: POST {{baseUrl}}/api/procedures/:procedure_id/questions
{ "author": { "name": { "en_US": "string", "uk_UA": "string" }, "identifier": { "id": "string", "scheme": "string", "Identifier": { "en_US": "string", "uk_UA": "string" }, "uri": "http://string.com" }, "additionalIdentifiers": [ { "id": "string", "scheme": "string", "Identifier": { "en_US": "string", "uk_UA": "string" }, "uri": "http://string.com" } ], "address": { "streetAddress": "string", "locality": "string", "region": "string", "postalCode": "string", "countryName": { "en_US": "string", "uk_UA": "string" } }, "contractPoint": { "name": { "en_US": "string", "uk_UA": "string" }, "email": "user@example.com", "telephone": "string", "faxNumber": "string", "url": "http://string.com" } }, "title": { "en_US": "string", "uk_UA": "string" }, "description": "string", "questionOf": "auction" }
Response: 200 OK
Expected: 201 Created