Sign in

Replace entries

documented

Replace entries across all forms.

PUT /wp-json/frm/v2/entriesEntriesno implementation yet0 runs
No 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_url}}/wp-json/frm/v2/entries" \
  -X PUT \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Basic {{FORMIDABLEFORMS_API_KEY}}:x" \
  -d '{\"form_id\":\"{{$form_id}}\",\"entry_id\":\"{{$entry_id}}\",\"item_meta\":{\"25\":\"{{$name}}\",\"26\":\"{{$email}}\"}}'
Replace entries · formidableforms · OpenIntegrations