Sign in

Update feed

documented

Update an existing feed.

PUT /gf/v2/feeds/{FEED_ID}Feedsno 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}}/wp-json/gf/v2/feeds/{{$feed_id}}" \
  -X PUT \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Basic {{GRAVITYFORMS_SECRET}}" \
  -d '{"form_id": "{{$form_id}}", "addon_slug": "{{$addon_slug}}", "meta": {"feedName": "{{$feedName}}", "description": "{{$description}}"}, "is_active": {{$is_active}}, "feed_order": {{$feed_order}} }'