Updating the Enterprise Projects That Are Added to Favorites
Function
This API is used to update enterprise projects that are added to favorites.
Authorization Information
Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions.
- If you are using role/policy-based authorization, see Permissions Policies and Supported Actions for details on the required permissions.
- If you are using identity policy-based authorization, the following identity policy-based permissions are required.
Action
Access Level
Resource Type (*: required)
Condition Key
Alias
Dependencies
coc::updateEpsCollection
Write
-
-
- coc:enterpriseProject:updateCollect
-
URI
PUT /v1/enterprise-project-collect
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
ep_id_list |
Yes |
Array of strings |
Definition: List of selected enterprise projects added to favorites. Constraints: N/A Value range: N/A Default value: N/A |
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
data |
String |
Definition: UUID allocated by COC-CMDB. Value Range: N/A |
Example Requests
This API is used to 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
Enterprise projects added to favorites are updated.
{
"data" : "67f377fb82f8e23d90f75574"
}
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
Enterprise projects 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