Skip to content

Commit c4a50a0

Browse files
committed
add arguments for updateLabel
1 parent aa1d534 commit c4a50a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/LabelSet.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,17 @@ messages:
3131
- name: action
3232
description: |
3333
function to run when the operation completes.
34+
3435
updateLabel:
3536
description: |
3637
Update a label for a given ID in the label set.
3738
args:
39+
- name: id
40+
description: |
41+
symbol or string with the ID for this label.
42+
- name: label
43+
description: |
44+
symbol or string with the label to update.
3845
getLabel:
3946
description: |
4047
Retrieve the label associated with an ID. Will report an error if the ID isn't present in the set.

0 commit comments

Comments
 (0)