Update Template Files
documentedOverlays a new file onto an existing template.
POST /v3/template/update_files/{template_id}Templateno 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.hellosign.com/v3/template/update_files/{{$template_id}}" \
-X POST \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-F "files[0]=@{{$template_file}}" \
-F "subject={{$subject}}" \
-F "message={{$message}}" \
-F "client_id={{$client_id}}" \
-F "test_mode={{$test_mode}}"