Update entry by ID (PATCH)
documentedUpdate an existing entry by ID.
PATCH /wp-json/frm/v2/entries/{entry_id}Entriesno 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://{{$site_domain}}/wp-json/frm/v2/entries/{{$entry_id}}" \
-X PATCH \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-u "{{FORMIDABLEFORMS_API_KEY}}:x" \
-d '{"form_id": "{{$form_id}}", "18911": "{{$value_18911}}"}'