Skip to main content
Example on Deploying the current Development version of an API

Deploying APIs

R
Written by Riku Virtanen
Updated over 10 months ago

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.

Did this answer your question?