Edit Repository Item Information
Edit the information of an item in the Perfecto repository.
URL |
Copy
|
Method |
|
Header parameters
Name |
Description |
---|---|
|
Query parameters
Parameter | Description |
---|---|
artifactLocator
|
Unique artifact identifier. Format:
where:
|
artifactName
|
Optional. Used for the representation of the artifact when downloaded. The default value is The |
tags
|
Optional. The list of tags associated with the artifact. |
{
"artifactLocator":"", (Identifies artifact to change)
"artifactName": ""
"tags": []
}
Success response
Code: 200
Error response
Error code | Reason |
---|---|
|
Item does not exist |
401 UNAUTHORIZED
|
Wrong security token |
404 NOT FOUND
|
Item does not exist |
500 INTERNAL_SERVER_ERROR
|
Internal error |