Guide to making a local patch - ionos-cloud/codex GitHub Wiki
If there are some changes taken from upstream(official spec) and you want to revert some of them manually, you need to do the followin:
- codex edit
This will generate a swagger.json
file that you can edit manually and change what you want.
- codex commit -m "explanation of what you did"