Add new header
a
configcat webhook headers add [options]
configcat webhook headers add -i <webhook-id> -k Authorization -val "Bearer ..." --secure
Option | Description |
---|---|
--webhook-id , -i |
ID of the Webhook to update |
--key , -k |
The Webhook header's key |
--value , -val |
The Webhook header's value |
--secure , -s |
If it's true, the Webhook header's value will kept as a secret |
--verbose , -v , /v |
Print detailed execution information |
--non-interactive , -ni |
Turn off progress rendering and interactive features |
-h , /h , --help , -? , /? |
Show help and usage information |
Command | Description |
---|---|
configcat webhook headers | Manage Webhook headers |