API Specs
5 endpoints
Read specifications and their versions, export them as OpenAPI, and record which version a deployment put into an environment.
GET/api/projects/{projectId}/specsList the specifications of a projectGET/api/projects/{projectId}/specs/{specId}/versionsList the versions of a specificationGET/api/projects/{projectId}/specs/{specId}/exportExport the current state of a specificationGET/api/projects/{projectId}/specs/{specId}/versions/{versionId}/exportExport a published versionPOST/api/projects/{projectId}/specs/{specId}/versions/{versionId}/promoteRecord that a version went into an environment