@@ -20,6 +20,9 @@ module Agents |
||
| 20 | 20 |
* `payload_path` - JSONPath of the attribute in the POST body to be |
| 21 | 21 |
used as the Event payload. If `payload_path` points to an array, |
| 22 | 22 |
Events will be created for each element. |
| 23 |
+ * `verbs` - Comma-separated list of http verbs your agent will accept. |
|
| 24 |
+ For example, "post;get" will enable POST and GET requests. Defaults |
|
| 25 |
+ to "post". |
|
| 23 | 26 |
MD |
| 24 | 27 |
end |
| 25 | 28 |
|