openapi-core
openapi-core copied to clipboard
request body in DELETE ?
Does openapi support request-body for DELETE request ?.
I am getting None after validation.
@sarangsbabu367 It vary integration you use. The lib itself doesn't retrieve request body just process it. Do you get request body before validation?
@p1c2u Yes i am getting. But i think there is some issue with path eventhough my path is of form /users/{id}/relationships/accounts, when i tried to log the path. I got path as /users/{id} and in template i got remaining part separated.