The tool fails the following tests when verifying response bodies for POST operations to create new resources:
PROTO_JSON_ACCEPTED
PROTO_JSON_ALL_RESOURCES
While this is absolutely true for GET responses, POST for creating a new resource does not require any response body. The spec currently allows for a 201 Created to be returned without a body (with some exceptions that are called out in the specification).
For POST (create) requests, the response body may include a representation of the newly created resource.
The tool fails the following tests when verifying response bodies for POST operations to create new resources:
While this is absolutely true for GET responses, POST for creating a new resource does not require any response body. The spec currently allows for a 201 Created to be returned without a body (with some exceptions that are called out in the specification).