updateOrg
PUT https://{{host}}/api/v1/orgs/:org_id
Body Parameters
Parameter | Type | Description |
---|
name | string | org name |
session_expiry | int | how long the login session should last, in minutes, default is 1440 (24 hours), between 10 (min) and 20160 (2 weeks) |
alarmtemplate_id | string | Alarm Template ID, the default Alarm Template to use for the Org, can be override by Site |
orggroup_ids | list | list of OrgGroup ids |
allow_mist | boolean | whether to allow Mist to look at this org, default is True |
Request Body
{"name"=>"ABC Company"}
Key | Datatype | Required | Description |
---|
Accept | string | | |
X-CSRFToken | string | | |
Content-Type | string | | |