Update route
documentedUpdate a route.
PUT /v3/routes/{id}Routesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.mailgun.net/v3/routes/{{$id}}" \
-X PUT \
-u "api:{{MAILGUN_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "priority={{$priority}}" \
-d "description={{$description}}" \
-d "expression={{$expression}}" \
-d "action={{$action}}"