Last Updated on : 2023-12-07 03:33:52
Create a space subordinate to the specified parent space.
POST: /v2.0/cloud/space/creation
Description of body
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| name | String | body | true | The name of the specified space. |
| parent_id | Long | body | false | The ID of the specified parent 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. |
| error_msg | String | The error message. |
| result | Long | The ID of the specified space. |
POST: /v2.0/cloud/space/creation
{
"result": 150000001,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback