Webforms

Update a webform

Update a webform with new values.

put/1/newsletters/{domain}/webforms/{webform}

Path parameters

domaininteger required

Unique identifier of the Domain

webforminteger required

Unique identifier of the Webform

Query parameters

withstring

Optional : Allows loading additional data about a resource, which may include related resources.

Request body

buttonstring
confirmation_urlstring
designstring
email_from_addrstring
email_from_namestring
email_titlestring
groupsinteger[]
msg_okstring
msg_ok_redirboolean
namestring

Name of the resource {name}

notifyboolean
notify_addressstring
notify_langstring
placeholderboolean
rgpdboolean
rgpd_msgstring
subtitlestring
titlestring
validation_urlstring

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.