Updating Enterprise Projects That Are Added to Favorites
Function
This API is used to update enterprise projects that are added to favorites.
URI
PUT /v1/enterprise-project-collect
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
id |
Yes |
String |
Definition Unique ID. Constraints N/A Range N/A Default value N/A |
|
ep_id_list |
Yes |
Array of strings |
Definition List of selected enterprise projects added to favorites. Constraints N/A Range N/A Default value N/A |
|
user_id |
No |
String |
Definition User ID. Range N/A |
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
data |
String |
Definition UUID allocated by COC-CMDB. Range N/A |
Example Requests
Update the enterprise projects that are added to favorites.
PUT https://{Endpoint}/v1/enterprise-project-collect
{
"id" : "67f377fb82f8e23d90f75574",
"user_id" : "653989085ba7487184d7cf219b8aa51e",
"ep_id_list" : [ "0", "a30b64a9-4b25-46b1-b063-ed477ee94069", "fae3f65d-43b1-4ec6-bd0f-ba23c3d1df05", "ba2d2a6a-6d15-464b-9ba3-278919a78e82" ]
}
Example Responses
Status code: 200
The enterprise projects that are added to favorites are updated.
{
"data" : "67f377fb82f8e23d90f75574"
}
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
The enterprise projects that are added to favorites are updated. |
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.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot