Skip to main content

Edit Organization ID

PUT 

/api/v1/org/orgIds/:orgId

Edit Organization ID

Request

Path Parameters

    orgId numberrequired

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

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.

Loading...