Last Updated on : 2023-07-06 08:24:15download
Update the organization information. Before the update, check whether the current operator is allowed to operate the organization information.
PUT: /v1.0/iot-03/idaas/spaces/{space_id}/organizations/{code}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
uid | String | query | true | The identifier of the current user. |
code | String | uri | true | The identifier of a specified organization. |
space_id | String | uri | true | The ID of a specified space. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
code | String | true | The identifier of a specified organization. | |
name | String | true | The identifier of a specified organization. | |
parent_code | String | false | The identifier of a specified parent organization. | |
remark | String | false | The remarks of a specified organization. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The returned result. |
PUT: /v1.0/iot-03/idaas/spaces/1400335346549391440/organizations/Acode?uid=ownerUid
{
"name": "name",
"code": "1400335346598629930",
"remark": "remark"
}
{
"result": true,
"t": 1629272469492,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback