Updates a Contact defined by id.
PUT
PATH PARAMETERS
idstring*
BODY PARAMETERS
body
ContactInputbrandIdstring
The brand if for a specific website / brand (use GET of Websites API endpoint first)
firstnamestring
First name of contact
lastnamestring
Last name of contact
emailstring
Email address of contact
imageUrlstring
URL to image
phonestring
Phone number of contact
RESPONSES
200
Updated testimonial.
Contact
idstring<uuid>
createdstring<date-time>
firstNamestring
lastNamestring
phonestring
emailstring
imageUrlstring
400
Bad Request
string
404
Not Found
string
500
Server Error
string
Updated 03 Mar 2023
Did this page help you?
Yes
No