mik-laj commented on pull request #8721:
URL: https://github.com/apache/airflow/pull/8721#issuecomment-635415105
> Errors
>
>
> Semantic error at paths./dags/{dag_id}.get.requestBody
> GET operations cannot have a requestBody.
> Jump to line 181
I am fixing it. I also checked if the problem occurs elsewhere.
```
yq r openapi.yaml --tojson | jq '.paths
|to_entries|map(select(.value.get.requestBody))'
[]
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]