Skip to main content
PUT
Update a form

Authorizations

Authorization
string
header
required

Paubox API key sent as Authorization: Bearer YOUR_API_KEY. API keys are created in the Paubox dashboard and must have the "forms" scope; a key without the forms scope receives 401 Unauthorized. A valid key used against a resource that belongs to a different customer receives 403 Forbidden.

Path Parameters

form_id
string<uuid>
required

UUID of the form to update

Body

application/json

Partial update. All fields are optional; omitted fields are left unchanged.

title
string
description
string
form_json
object

The form field schema

vanity_url
string
recipient
string

Comma-separated email addresses notified on each submission.

active
boolean
subscription_list_id
string

ID of the connected Marketing contact list. For marketing forms, new subscribers are added to this list.

Response

Form updated

detail
string
form_id
string<uuid>