Skip to main content
PUT
Update Form By Id

Authorizations

api_key
string
query
required

Your API key for authentication. You can generate it from the Settings page. Format: starts with in-.

Path Parameters

form_id
string<uuid>
required

Body

application/json
org_id
string<uuid> | null
name
string | null
trigger_instructions
string | null
form_type
enum<string> | null
Available options:
natural,
simple
attributes
Attributes · object | null
fields
any[] | null
webhook_id
string<uuid> | null
trigger_tools
any[] | null
contact_mapping
Contact Mapping · object | null

Response

Successful Response

message
string | null
default:Data updated successfully
meta
Meta · object | null
data
IFormUpdate · object | null