Sign in

Update entries

documented

Update entries.

PUT /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_domain}}/gravityformsapi/entries?api_key={{GRAVITYFORMS_API_KEY}}&expires={{expires}}&signature={{GRAVITYFORMS_SIGNATURE}}" \
  -X PUT \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"id": {{$entry_id}}, "form_id": {{$form_id}}, "input_values": {"input_1": "{{$input_1}}", "input_2": "{{$input_2}}"}}'