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:
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.