Sign in

Update form

documented

Update an existing form/template.

PUT /api/v2/forms/{form_id}.jsonFormsno 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://api.fulcrumapp.com/api/v2/forms/{{$form_id}}.json" \
  -X PUT \
  -H "X-ApiToken: {{FULCRUMAPP_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"form": {"name": "{{$name}}", "description": "{{$description}}", "fields": {{$fields}}}}'
Update form · Fulcrum · OpenIntegrations