yougile_update_sprint_sticker_state
Update a sprint sticker's state by specifying sticker ID and state ID. Also set state name, color, or soft-delete.
Instructions
Update a state of a sprint sticker. State IDs are 12-char hex strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New state name | |
| color | No | New state color | |
| deleted | No | true to soft-delete | |
| stateId | Yes | State ID (12-char hex) | |
| stickerId | Yes | Parent sticker UUID |