The playground submits the content-type as form instead of application/json even though the method is annotated with consumes = ['application/json']. Therefore when used in the playground the application rejects the request.
The text was updated successfully, but these errors were encountered:
The playground submits the content-type as form instead of application/json even though the method is annotated with consumes = ['application/json']. Therefore when used in the playground the application rejects the request.
The text was updated successfully, but these errors were encountered: