v1

latestOpenAPI 3.1.02026-07-22106199311.5 KB
Artifacts

Create an Artifact

An endpoint to create an artifact

post/v1/projects/{projectId}/artifacts

Path parameters

projectIdstring uuid required

Headers

content-typestring required
versionNamestring required
environmentNamestring required
commitHashstring
branchstring

Response

Created artifact successfully

versionNamestring

The generated artifact version name used to identify a specific artifact

Example response

{
  "versionName": "1"
}