Sign in

Partially update feed

documented

Partially update feed properties.

PATCH /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 PATCH \
  -u "{{GRAVITYFORMS_API_KEY}}:{{GRAVITYFORMS_API_SECRET}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"form_id": "{{$form_id}}", "meta": {"feedName": "{{$feedName}}"}, "is_active": {{$isActive}}, "feed_order": {{$feed_order}}}'
Partially update feed · gravityforms · OpenIntegrations