Edit Organization ID
PUT/api/v1/org/orgIds/:orgId
Edit Organization ID
Request
Path Parameters
orgId numberrequired
- application/json
Body
required
device stringnullable
Device id related to the org id. Set to null to remove the current device.
group numbernullable
Group parent id for the org id. Set to null to remove the current group parent.
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
orgId numberrequired
device stringnullable
Device id related to the org id. Set to null to remove the current device.
group numbernullable
Group parent id for the org id. Set to null to remove the current group parent.
{
"orgId": 0,
"device": "string",
"group": 0
}
Loading...