Last Updated on : 2024-06-28 23:01:22download
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
{
"name": "Test Space",
"parent_id": 150000002,
"description":"Description of the space",
}
{
"result": 150000001,
"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