Deploy Project
DeployProject deploys the project to the specified environment using the current files. It processes the files to deploy a new version of the project and updates the underlying connector to integrate the new API.
Documentation Index
Fetch the complete documentation index at: https://docs.versori.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer token authentication used by the Versori Platform. External consumers must provide an API key, however internal consumers must provide a JWT id_token issued by our IdP.
Query Parameters
Body
The files associated with the project.
The labels associated with the project. Labels are stored as key-value pairs. Only string-string values are allowed
The name of the version that will be created before deploying. If left empty a random name will be generated.
The description of the version that will be created before deploying.
Response
OK
The Project represents a deployable unit within our platform that includes both the functional components (files) and configuration. It serves as the backbone of custom or predefined functionalities, allowing organizations to create, update, and manage APIs and projects.
The unique identifier for the project.
List of environments for the project.
ProjectSettings hold configuration for the project
ProjectMetadata hold metadata for the project
DynamicVariablesSchema is the JSON schema for the project's dynamic variables.