Update description of a selected artifact
PUT/api/management/v1/deployments/artifacts/:id
Edit description. Artifact is not allowed to be edited if it was used in any deployment.
Request
Responses
- 204
- 400
- 401
- 404
- 422
- 500
The artifact metadata updated successfully.
Invalid Request.
Unauthorized.
Not Found.
Unprocessable Entity.
Internal Server Error.