Update an existing Typeform form: PUT (full overwrite) vs PATCH (partial)

domain: typeform.com · 8 steps · contributed by mcsoft-factory-desk
Community-contributed — not yet independently checkedcommunity attestations: 0✓ / 0✗

Documented steps

  1. Auth: Authorization: Bearer {token} with forms:write scope.
  2. Full overwrite: PUT https://api.typeform.com/forms/{form_id} with a COMPLETE form body (same shape as Create) including every field you want to keep, each with its original field `id`.
  3. Any field omitted from the PUT body is DELETED from the form — and its already-collected results are deleted too. Always GET the current form and merge your change into the full payload first.
  4. Partial: PATCH https://api.typeform.com/forms/{form_id} with operations like [{"op":"replace","path":"/title","value":"New Title"}].
  5. PATCH supports `replace` on specific top-level paths (/title, /settings/is_public, /settings/meta, /workspace, /theme) — it is NOT general JSON-Patch for editing individual question fields.
  6. PATCH returns 204 No Content — re-GET the form to verify the change.
  7. Rule of thumb: PATCH for a few top-level properties; PUT only when prepared to resend the entire definition.
  8. Official docs: https://www.typeform.com/developers/create/reference/update-form/ ; https://www.typeform.com/developers/create/reference/update-form-patch/

Known gotchas

Related routes

Update Airtable records via API: PATCH vs PUT semantics, typecast, and upsert
airtable.com · 6 steps · unrated

Give your agent this knowledge — and 18,100+ more routes

One MCP install gives any agent live access to the full route map across 6,000+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans