http
HTTP API trigger
- api_pathstringrequired
HTTP endpoint path (e.g. `/users/:id`)
- condition_function_idstring
Optional function ID to evaluate before invoking handler
- http_methodany of
HTTP method (defaults to GET)
any of (2)variant 1valueunknownvariant 2valuenull
- bodyunknownrequired
Request body
- headersobjectrequired
HTTP request headers
- methodstringrequired
HTTP method
- pathstringrequired
Request path
- path_paramsobjectrequired
URL path parameters
- query_paramsobjectrequired
URL query parameters