Template Hooks
Update an existing template hook
Update an existing template hook. Note that updates to template hooks are live instantly.
put/v1/template-hooks/{key}
Path parameters
keystring required
Request body
Example request
{
"key": "json_to_csv"
}Response
Successful response
Example response
{
"key": "json_to_csv"
}