Updates an existing HTTP request definition.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the HTTP request definition to update
Input for updating an HTTP request definition
URL for the HTTP request
Description of the HTTP request definition
HTTP method: POST, PUT, PATCH, or GET
POST, PUT, PATCH, GET Request body template. Accepts a JSON object or a string with placeholders like {{phoneNumberToDial}}. Objects are serialized to JSON for storage.
Request headers as key-value pairs
The updated HTTP request definition
HTTP request definition