Artifact Versions API
Create a new artifact version
post/workspaces/{workspace_domain}/artifacts/{artifactId}/versions
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
artifactIdstring required
Example:x5169jL2
The Artifact ID
Request body
Example request
{
"version": "v1.2.1"
}Response
Example response
{
"version": "latest",
"size": 1048576,
"version_url": "https://latest-my-artifact.bucket-1.registry.sh/",
"created_date": "2024-01-20T10:30:00Z"
}