Skip to content

Commit 1e1a3b7

Browse files
committed
comments :)
1 parent 14f880e commit 1e1a3b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

oto/cards.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,14 @@ type Card struct {
100100
// UpdateCardStatusRequest is the input object UpdateCardStatus.
101101
type UpdateCardStatusRequest struct {
102102
// OrgID is the ID of the org.
103+
// example: "your-org-id"
103104
OrgID string
104105
// CardID is the ID number of the card.
106+
// example: "123"
105107
CardID string
106108
// Status is the new status of the card.
107109
// Valid strings are "future", "next", "progress", "done".
110+
// example: "progress"
108111
Status string
109112
}
110113

0 commit comments

Comments
 (0)