Forum Discussion

abonstrom's avatar
3 years ago
Solved

Can't add requestBody to GET call in OpenAPI 3.0

I have an existing API endpoint with a GET operation. The GET operation takes several parameters and I currently have those parameters being sent in the body of the request.    OpenAPI 3.0 no lon...