Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate
openapi.json
for the Execution API sub-app (#43796)
`include_in_schema=False` this flag meant none of the path operations were included in `/execution/openapi.json`. This was initially done to ensure this paths aren't included in the top-level client but since it is a separate App, it doesn't include the path operations on `/openapi.json` (used by UI and generated OpenAPI client) but only for App on `/execution` .
- Loading branch information