Skip to content

Commit

Permalink
[update] routes minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiipylypchuk1991 committed May 30, 2023
1 parent 2ec2b42 commit ed960c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The server expects to receive a json object with the next properties:

| Name | Type | Description |
| ----------- | ----------- | ----------- |
| `text` | number | *Required*. The comment's text.|
| `text` | string | *Required*. The comment's text.|
| `date` | object | *Required*. The comment's date.|

Example:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The server expects to receive a json object with the next properties:

| Name | Type | Description |
| ----------- | ----------- | ----------- |
| `text` | number | *Required*. The comment's text.|
| `text` | string | *Required*. The comment's text.|
| `date` | object | *Required*. The comment's date.|

Example:
Expand Down

0 comments on commit ed960c1

Please sign in to comment.