Updates workspace information, such as the name and description.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:UpdateWorkspace |
update |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| WorkspaceId |
integer |
Yes |
The workspace ID. |
12**** |
| WorkspaceName |
string |
No |
The new name of the workspace. |
workspace_xxx |
| Description |
string |
No |
The new description of the workspace. |
test |
| ClientToken |
string |
No |
The client token used to ensure the idempotence of the request. |
token-xxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID, which you can use to locate logs and troubleshoot issues. |
C51420E3-144A-4A94-B473-8662FCF4**** |
| Success |
string |
Indicates whether the request was successful. Valid values:
|
true |
| Data |
string |
Indicates whether the operation succeeded. |
true |
Examples
Success response
JSON format
{
"RequestId": "C51420E3-144A-4A94-B473-8662FCF4****",
"Success": "true",
"Data": "true"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.