Skip to content

Commit 23e148e

Browse files
committed
update readme
1 parent a55c22b commit 23e148e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ https://nodejs-api-myce.herokuapp.com/items
1717

1818
#### POST an item
1919
`https://nodejs-api-myce.herokuapp.com/items`
20-
```body:
20+
body:
21+
```
2122
{
2223
key: 'your key',
2324
value: 'your value',
24-
timestamp: 'epoch time in second'
25+
timestamp: default to current time in epoch seconds format
2526
}
2627
```
2728

0 commit comments

Comments
 (0)