Skip to content

Guide to making a local patch

cguran-ionos edited this page Apr 11, 2023 · 2 revisions

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"
Clone this wiki locally