Table of Contents

Search

  1. Preface
  2. Understanding Data Types and Field Properties
  3. Designing Processes
  4. Using and Displaying Data
  5. Designing Guides
  6. Designing Process Objects
  7. Designing Service Connectors
  8. Using App Connections
  9. System Services, Listeners and Connectors
  10. Designing Human Tasks

Design

Design

HTTP Operations

HTTP Operations

You can import a Swagger file that contains the DELETE, PUT, POST, PATCH, and GET HTTP operations.
The service connector that you generate has actions corresponding to the HTTP operation is the Swagger file. If the Swagger file has multiple HTTP operations, the service connector will have multiple actions.
For example, if you use a Swagger file with a POST HTTP operation, you get a service connector with a POST action.
The following image shows a single POST HTTP operation within a Swagger file:
A Swagger file containing the HTTP operation. "Add Pet" is the operation ID.
The following image shows the action in service connector that you get when you use the preceding Swagger file:
You see that the Add Pet action corresponds to the verb POST.

0 COMMENTS

We’d like to hear from you!