Fields

Update a field

Update a field with new values.

put/1/newsletters/{domain}/fields/{field}

Path parameters

domaininteger required

Unique identifier of the Domain

fieldinteger required

Unique identifier of the Field

Request body

namestring required

Name of the resource {name}

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.