Updating with Open API
Prerequisites
Open API specification
Supported API Specification Formats
OpenAPI
We currently support most of OpenAPI v3.0 and OpenAPI v3.1.
Only the json and yaml versions of OpenAPI are currently supported.
Updating Requests
Have your specification file ready on your local filesystem and make sure it is valid and compliant with your specification.
Go into a directory using the Context you want to update the requests in.
Let's take a look at the relevant command:
By using the different flags and options, you can change what API format to use, which scenario if any to import into, as well as other features.
Here is an example command you can run after changing the PATH to your specification file:
View your requests and you should see them updated.
Last updated