Create Open API Activity
OpenAPI definitions describe all the methods and parameters of a REST API. You can upload an OpenAPI document into Resolve Actions to generate activities corresponding to the API’s parameters and methods.
Note: You must obtain the OpenAPI document from your service provider.
Importing OpenAPI Documents
In the Create a new activity window:
- Select OpenAPI from the dropdown menu.
- Enter an Activity Name for your category of activities.
- Click the Upload Swagger.json,then select and upload your OpenAPI file.
- Enter the Base URL of your API.
- In the Authentication field choose one of the following:
- Basic to enter a Username and Password
- Bearer Token to enter a Token.
- Enter a Description for the activity.
- Attach the file via the *Upload button.
- Click Save & Continue.
Editing Imported Documents
Once you have uploaded your OpenAPI document, your Activities will appear in a folder in the left menu. You can select any of the Activities and customize the Code or JSON.