OpenAPI basics
The OpenAPI Specification (OAS) gives a technical interface description for HTTP-based web APIs. It describes all the details necessary to understand how to make an HTTP request to that specific web service. Find the full documentation at the following URL: https://spec.openapis.org/oas/latest.html.
A basic understanding of the OAS is important when integrating with other systems, as Appian supports OpenAPI directly for outgoing and incoming web service calls. Many of the verbs used in OpenAPI closely resemble the verbs used in HTTP.
When creating a new connected system in Appian, you can select OpenAPI as a type.
After uploading the OpenAPI document, Appian will automatically display the required configuration options for the URL and authentication, and when creating the integration objects, Appian lets you select from one of the defined operations. A proper OpenAPI specification document...