Skip to content

Commit 6eff295

Browse files
S1M0N38Copilot
andcommitted
docs: update docs/protocol-api.md with new sign for rearrange_hand
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7ea6b37 commit 6eff295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/protocol-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The following table details the parameters required for each function. Note that
129129
| `start_run` | `deck` (string): Deck name<br>`stake` (number): Difficulty level 1-8<br>`seed` (string, optional): Seed for run generation<br>`challenge` (string, optional): Challenge name |
130130
| `skip_or_select_blind` | `action` (string): Either "select" or "skip" |
131131
| `play_hand_or_discard` | `action` (string): Either "play_hand" or "discard"<br>`cards` (array): Card indices (0-indexed, 1-5 cards) |
132-
| `rearrange_hand` | `action` (string): Must be "rearrange_hand"<br>`cards` (array): Card indices (0-indexed, exactly `hand_size` elements) |
132+
| `rearrange_hand` | `cards` (array): Card indices (0-indexed, exactly `hand_size` elements) |
133133
| `shop` | `action` (string): Shop action to perform ("next_round") |
134134

135135
### Errors

0 commit comments

Comments
 (0)