There are two steps to using anDocumentation Index
Fetch the complete documentation index at: https://trigger-v3-cli-update-command.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
HttpEndpoint:
- Use client.defineHttpEndpoint() to create an
HttpEndpoint. - Use onRequest() to create an
HttpTrigger. This method is shown below.
Creating an HttpEndpoint
Use client.defineHttpEndpoint() to create anHttpEndpoint.
Methods
onRequest()
You don’t need to provide any options toonRequest(). But you can provide a filter – if an incoming request matches the filter then the Job will run.

