Favoriting/Unfavoriting Packages
Function
This API is used to favorite and unfavorite packages.
Calling Method
For details, see Calling APIs.
URI
POST /cloudartifact/v5/attention
Request Parameters
Parameter | Mandatory | Type | Description |
|---|---|---|---|
attention | Yes | String | This API is used to favorite and unfavorite packages. |
ids | Yes | Array of strings | Component ID list. |
format | No | String | Format. |
Response Parameters
Status code: 200
Parameter | Type | Description |
|---|---|---|
status | String | Definition Request status. Range success: The request is successful. error: The request fails. |
trace_id | String | Definition Request ID, which uniquely identifies the current request. Range A string of digits and hyphens (-). |
result | Object | Definition Response of the request. The return value varies according to the API. Range The value range varies according to the API. |
Example Requests
This API is used to favorite and unfavorite packages.
https://artifact.example.myhuaweicloud.com/cloudartifact/v5/attention
{
"format" : "npm",
"attention" : "0",
"ids" : [ "xx-xxxxx-x_5a775fdcb14f4431b6c0015618140bc3_maven_1_108/1/1/1/1-1-1.jar" ]
} Example Responses
Status code: 200
OK
{
"status" : "success",
"trace_id" : "143002-1701222737501-435",
"result" : null
} Status Codes
Status Code | Description |
|---|---|
200 | OK |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.

