File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/api/provider/rest_routes Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
2424Example:
Original file line number Diff line number Diff 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
3333Example:
You can’t perform that action at this time.
0 commit comments