Update file properties
PATCH/api/v1/catalog/releases/project/:projectIdentifier/version/:version/artifact/:artifactId
This route enables to change the properties of an artifact, f.e metadata, isExecutable, arguments etc.
Request
Path Parameters
projectIdentifier stringrequired
Project identifier (ID or name)
version stringrequired
artifactId numberrequired
Header Parameters
X-Project-Token string
- application/json
Body
required
arguments string
isExecutable boolean
isInstallationFile boolean
metadata object
Responses
- 200
Release artifact metadata update
Loading...