Publish a Version
POST /v1/{project_id}/versions
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
version | string | Yes | Semver version string (e.g. "1.3.0") |
description | string | No | Summary of changes in this version |
Response
List Versions
GET /v1/{project_id}/versions
Response
Get Version Details
GET /v1/{project_id}/versions/{version_id}
Response
Rollback to a Version
POST /v1/{project_id}/versions/{version_id}/rollback
Response
Compare Versions
GET /v1/{project_id}/versions/compare
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
a | string | Yes | First version ID |
b | string | Yes | Second version ID |