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:
18
18
19
19
| Name | Type | Description |
20
20
| ----------- | ----------- | ----------- |
21
- | ` text ` | number | * Required* . The comment's text.|
21
+ | ` text ` | string | * Required* . The comment's text.|
22
22
| ` date ` | object | * Required* . The comment's date.|
23
23
24
24
Example:
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:
27
27
28
28
| Name | Type | Description |
29
29
| ----------- | ----------- | ----------- |
30
- | ` text ` | number | * Required* . The comment's text.|
30
+ | ` text ` | string | * Required* . The comment's text.|
31
31
| ` date ` | object | * Required* . The comment's date.|
32
32
33
33
Example:
You can’t perform that action at this time.
0 commit comments