Data Plane Warning
Data Plane OpenAPI specs
The body parameter is not marked as required.
The body parameter is not marked as required -- this is a common error.
While there are some cases where a body may be optional, they are rare.
June 18, 2022
June 18, 2022
Mark the request body as required: true
unless the operation really does allow a request with no body.