We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7595861 commit ddc4cc0Copy full SHA for ddc4cc0
README.md
@@ -18,9 +18,9 @@ localhost:8080/users/{userId}/reviews
18
A request body of the following form must be specified for the `POST` request:
19
```
20
{
21
- 'productId': [some_alphanumeric_id],
22
- 'score': [some_float_number],
23
- 'timestamp': [some_timestamp_greater_than_zero]
+ "productId": "some_alphanumeric_id",
+ "score": some_float_number,
+ "timestamp": some_timestamp_greater_than_zero
24
}
25
26
0 commit comments