Update a status group

Updates a status group's name, description, and status options. Removing an option reassigns or clears the assets currently using it.

Update a status group's name, description, and status options. Use the update_mask to specify which fields to change. To add options, include them in the options array; to keep an existing option, include it with its id.

🚧

Removing a status option affects assets currently using it. Set reassign_to_option_id to move those assets to another option in the group; if you omit it, the status is cleared from those assets.

Requirements

Path Params
string
required

The identifier of the status group.

Body Params

The parameters for UpdateStatusGroup

status_group
object

The status group to update.

string
required

REQUIRED. The fields to update.

string

The identifier of the status option to reassign assets to when options are removed.
If omitted, assets assigned to removed options are cleared.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json