Skip to content

Commit ed960c1

Browse files
[update] routes minor changes
1 parent 2ec2b42 commit ed960c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api/provider/rest_routes/post_routes/js_kanban_post_cards_comments_route.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The server expects to receive a json object with the next properties:
1818

1919
| Name | Type | Description |
2020
| ----------- | ----------- | ----------- |
21-
| `text` | number | *Required*. The comment's text.|
21+
| `text` | string | *Required*. The comment's text.|
2222
| `date` | object | *Required*. The comment's date.|
2323

2424
Example:

docs/api/provider/rest_routes/put_routes/js_kanban_put_cards_comments_route.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The server expects to receive a json object with the next properties:
2727

2828
| Name | Type | Description |
2929
| ----------- | ----------- | ----------- |
30-
| `text` | number | *Required*. The comment's text.|
30+
| `text` | string | *Required*. The comment's text.|
3131
| `date` | object | *Required*. The comment's date.|
3232

3333
Example:

0 commit comments

Comments
 (0)