add_model_to_group
Add an existing threat model to a tag or system group. Links the model as a group member without moving or copying it, keeping the model independently editable.
Instructions
Add a threat model to a group as a member. Mutating.
Links the model into the group without moving or copying it — the model stays independently editable. Both the group and the model must already exist.
kind values:
"tag": add the model to a tag. Membership is overlapping — a model may belong to many tags. Returns the updated tag payload."system": add the model to a system container for portfolio-level risk and compliance reporting. Returns an ok result.
Note: member REMOVAL is tag-only (see remove_model_from_group); the
API has no remove-member endpoint for systems.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ``"tag"`` or ``"system"``. | |
| group_id | Yes | ID of the tag or system. | |
| model_id | Yes | ID of the threat model to add. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||