Skip to content
HenryY edited this page Jan 12, 2016 · 5 revisions

New Swagger Update Process

The old implementation was not properly formatted swagger and was tied too closely to CTE where issues in CTE broke the implementation. Therefore, we needed to rebuild swagger and change the process in which we provide this interface to our internal and external developers and partners.

How to update your Swagger

  1. Go to the API Explorer folder on GitHub
  2. Go to the respective version folder for the swagger you wish to update.
  3. Find the .json file you wish to update and make your change. NOTE: You must have a GitHub account. Don't have one? Create one. It's free!
  4. Save your changes/Make a pull request your changes. A pull request will be generated and a review of the changes will take place. If there are no issues, the changes will be merged to preview.
  5. Review the change is preview. If all is good, add a comment to the pull request that the change has been reviewed and approved.
  6. The change will be merged into the livesite

Clone this wiki locally