Fix curl command in README
This commit is contained in:
parent
7c44534435
commit
79a0f48375
@ -82,7 +82,7 @@ curl http://SERVER/api/v1/modules/adecco/2016-11-20T05:00:00.000Z/2016-12-02T04:
|
||||
### `POST /api/v1/modules`
|
||||
|
||||
```
|
||||
curl -X POST -H "Content-Type: application/json" --data "JSON_DATA" http://SERVER/api/v1/modules
|
||||
curl -H "Content-Type: application/json" --data "JSON_DATA" http://SERVER/api/v1/modules
|
||||
```
|
||||
|
||||
where `JSON_DATA` is a JSON object containing at least the following keys:
|
||||
|
Loading…
Reference in New Issue
Block a user