v1

latestOpenAPI 3.1.02026-07-261344388.3 KB
Release

Publish release

Publish a draft release, assigning it a semantic version.

post/api/projects/{projectId}/releases/{releaseId}/publish

Path parameters

projectIdstring uuid required

Project unique identifier

releaseIdstring uuid required

Release unique identifier

Request body

namestring nullable

Updated release name

descriptionstring nullable

Updated release description

versionType'major' | 'minor' | 'patch'

Version increment type for semantic versioning

Response

Published release information

idstring uuid required

Release unique identifier

createdAtstring required

Release creation timestamp

deletedAtstring nullable

Release deletion timestamp

namestring nullable

Release name

descriptionstring nullable

Release description

versionnumber nullable

Legacy numeric version

semanticVersionstring nullable

Semantic version (e.g., 1.0.0)

status'draft' | 'published' | 'completed'

Release status

projectIdstring uuid required

Project ID the release belongs to

createdByIdstring uuid nullable

ID of the user who created the release

commitIdstring uuid nullable

Associated commit ID