Sign in

Update feed properties

documented

Update the feed's properties.

PUT /gf/v2/feeds/{FEED_ID}/propertiesFeedsno 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://{{$domain}}/wp-json/gf/v2/feeds/{{$feed_id}}/properties" \
  -X PUT \
  -u '{{GRAVITYFORMS_API_KEY}}:{{GRAVITYFORMS_SECRET}}' \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"is_active": {{$is_active}}, "feed_order": {{$feed_order}} }'
Update feed properties · gravityforms · OpenIntegrations