Skip to content

Commit ddc4cc0

Browse files
authored
Update README.md
1 parent 7595861 commit ddc4cc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ localhost:8080/users/{userId}/reviews
1818
A request body of the following form must be specified for the `POST` request:
1919
```
2020
{
21-
'productId': [some_alphanumeric_id],
22-
'score': [some_float_number],
23-
'timestamp': [some_timestamp_greater_than_zero]
21+
"productId": "some_alphanumeric_id",
22+
"score": some_float_number,
23+
"timestamp": some_timestamp_greater_than_zero
2424
}
2525
```
2626

0 commit comments

Comments
 (0)