Deploying the current Development version of an API
API deployment is done from the API list view by clicking the deploy button of the API to be deployed. The following popup will appear:
The current Development version is always on top of the API version list on the left side of the pop-up windows.
β
From here you can give the API a description and check active operations. The "Show" button will open the process associated with the operation in a new browser tab.
β
The "Swagger" field shows the OpenAPI Specification (previously called as Swagger specification) in JSON format and gives you the option to download it:
Clicking the save and deploy button gives us a popup where we can choose the environment we wish to deploy to, the version we wish to deploy and the option to activate triggers if they're not already active (checked by default).
If we now click deploy, the API and all it's linked processes will be deployed to selected target environment within a few seconds. If the deployment was successful, the API will appear in the target environment's API list and the API's linked processes will be visible on the target environment's process list.
βNote
If the linked processes are using subprocesses, the subprocesses must be first manually deployed one by one to the target environment, if they are not already deployed.
The next article is Example on Deploying a previously Published API Version