Update a recipient field
PATCH/api/v1/recipient_fields/:id
Updates a recipient field created through the API.
Manual fields and fields synced from ESP integrations can be listed and
retrieved through the API, but cannot be changed through the API. Do not
send source; Better Email rejects attempts to set it manually.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 422
- 503
Recipient field updated.
The request body could not be parsed or recipient_field was not a JSON object.
A valid API key is required.
The API key is valid, but the recipient field request is not allowed.
The requested resource could not be found in your organization.
A recipient field with this key already exists.
The request was parsed, but one or more fields were invalid.
Authentication is temporarily unavailable.