Assign a scenario label to a scenario. Assigning an already-assigned label succeeds without changes (idempotent).
The label ID to assign
The scenario ID to assign the label to
Create a new scenario label in a team.
The label to create
The created label
Delete a scenario label. The label is removed from every scenario carrying it.
The label ID to delete
List a team's scenario label catalog, including how many scenarios carry each label.
The team ID to list scenario labels for
The team's scenario labels with their scenario counts
Remove a scenario label from a scenario. Removing an already-absent assignment succeeds without changes (idempotent).
The label ID to remove
The scenario ID to remove the label from
Update a scenario label. Any property that is not provided is left unchanged;
use description: null to clear the description.
The label ID to update
The properties to update (at least one)
The updated label
Class providing methods for working with scenario labels.