Last Updated on : 2024-06-29 01:22:00download
Based on the space ID, modify the name and description of the specified space.
PUT: /v2.0/cloud/space/{space_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
space_id | Long | uri | true | The ID of the specified space. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
name | String | body | false | The name of the specified space. |
description | String | body | false | The description of the specified space. |
Parameter name | Type | Description |
---|---|---|
success | Boolean | Indicates whether the operation is successful. Valid values:
|
error_code | String | The error code. For more information, see the error codes. |
error_msg | String | The message that is returned if the request fails. It is empty if the request is successful. |
result | Boolean | Indicates whether the space is modified successfully. |
PUT: v2.0/cloud/space/{7073****}
{
"name": "test space",
"description": "This is a test space."
}
{
"result": true,
"success": true
}
For more information, see error code.
For more information, see Limits on API Request Frequency.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback