Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lvenier authored Dec 17, 2024
1 parent 2e0904d commit dd69a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Once the plugin and webhooks are installed, you can:

* adding a host with curl needs a specific **Origin** header to make it working. Example :
```
curl -X POST -H "Authorization: Token xxxxx" -H "Content-Type: application/json" -H **"Origin: https://myhost"** https://myhost/api/plugins/docker/hosts/ -d '{"name": "test-add", "endpoint": "[https://xxxx:[email protected]:1990"}](https://xxxx:[email protected]:1990%22%7D)'
curl -X POST -H "Authorization: Token xxxxx" -H "Content-Type: application/json" -H "Origin: https://myhost" https://myhost/api/plugins/docker/hosts/ -d '{"name": "test-add", "endpoint": "[https://xxxx:[email protected]:1990"}](https://xxxx:[email protected]:1990%22%7D)'
```

## Installation
Expand Down

0 comments on commit dd69a01

Please sign in to comment.