Projects
Update Project
UpdateProject updates the project record. This endpoint will not make changes to the file or the running deployment.
PUT
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.
Body
application/json
ProjectUpdate is the request body for updating a Project.
Response
200
application/json
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.