Artifact Versions API
Upload artifact version from ZIP archive
post/workspaces/{workspace_domain}/artifacts/{artifactId}/versions/{versionId}/upload
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
artifactIdstring required
Example:x5169jL2
The Artifact ID
versionIdstring required
Example:a9f84k2L
The Version ID
Response
Example response
{
"version": "latest",
"size": 1048576,
"version_url": "https://latest-my-artifact.bucket-1.registry.sh/",
"created_date": "2024-01-20T10:30:00Z"
}