We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55c22b commit 23e148eCopy full SHA for 23e148e
1 file changed
README.md
@@ -17,11 +17,12 @@ https://nodejs-api-myce.herokuapp.com/items
17
18
#### POST an item
19
`https://nodejs-api-myce.herokuapp.com/items`
20
-```body:
+body:
21
+```
22
{
23
key: 'your key',
24
value: 'your value',
- timestamp: 'epoch time in second'
25
+ timestamp: default to current time in epoch seconds format
26
}
27
```
28
0 commit comments