diff --git a/docs/src/content/docs/reference/components/trello.md b/docs/src/content/docs/reference/components/trello.md index cf764c30a5..f64f98b31d 100644 --- a/docs/src/content/docs/reference/components/trello.md +++ b/docs/src/content/docs/reference/components/trello.md @@ -132,3 +132,36 @@ Type: OBJECT +### Get Card +Gets a card details. + +#### Properties + +| Name | Type | Control Type | Description | +|:--------------:|:------------:|:--------------------:|:-------------------:| +| Board | STRING | SELECT | Board where card is located. | +| Card | STRING | SELECT | | + + +### Output + + + +Type: OBJECT + + +#### Properties + +| Type | Control Type | +|:------------:|:--------------------:| +| STRING | TEXT | +| STRING | TEXT | +| STRING | TEXT | +| STRING | TEXT | +| STRING | TEXT | + + + + + +