Updates the description of a project.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
featurestore:UpdateProject |
update |
*All Resource
|
None | None |
Request syntax
PUT /api/v1/instances/{InstanceId}/projects/{ProjectId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. Call the ListInstances operation to obtain the instance ID. |
fs-cn-******** |
| ProjectId |
string |
Yes |
The project ID. Call the ListProjects operation to obtain the project ID. |
3 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request body. |
|
| Name |
string |
No |
The project name. |
project1 |
| Description |
string |
No |
The project description. |
This is a test. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| RequestId |
string |
The request ID. |
2150233F-A1F7-54D2-B5B5-8A70567549BD |
Examples
Success response
JSON format
{
"RequestId": "2150233F-A1F7-54D2-B5B5-8A70567549BD"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.