Update a recipient field
PUT/api/v1/recipient_fields/:id
Updates a recipient field created through the API. PUT accepts the same
request body as PATCH.
Omitted fields are left unchanged. Manual fields and fields synced from ESP integrations cannot be changed through the API.
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.