put https://hub.xyte.io/core/v1/organization/spaces/
Update an existing space
Authorization
This endpoint requires Authorization.
Request
Key | Type | Description | Required |
---|---|---|---|
name | string | New space name | No |
parent_id | string | New parent space ID | No |
config | string | Configuration overrides | No |
Response
Some fields in the config
field will only be returned if they are defined for the space.
Key | Type | Description | |
---|---|---|---|
id | String | Space ID | |
name | String | Space Name | |
parent_id | String | ID of the space's parent | |
config | object | ||
priority_factor | String | Incident priority modifier: "-1", "0" or "1" | |
temperature_units | String | Temperature units: "celsius" or "fahrenheit" | |
img | String | Space image url | |
location | Object | Location object | |
inherit_location | Boolean | Inherit location from parent space | |
inherit_priority_factor | Boolean | Inherit priority_factor from parent space | |
inherit_temperature_units | Boolean | Inherit temperature_units from parent space |