Update a form
Updates a form. This is a partial update: any fields omitted from the request body are left unchanged.
Authorizations
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
UUID of the form to update
Body
Partial update. All fields are optional; omitted fields are left unchanged.
The form's schema. Must be an object containing a body array of components; the renderer reads body and ignores every other top-level key. A payload shaped any other way — notably a fields array — is rejected with 422. Empty body is allowed: a draft legitimately has no components yet.
Comma-separated email addresses notified on each submission.
ID of the connected Marketing contact list. For marketing forms, new subscribers are added to this list.