API Reference
Contact
Updates a Contact defined by id.
PUT
Authentication
Authorization
Bearer
Path Parameters
id
string
*
Body Parameters
body
ContactInput
brandId
string
firstname
string
lastname
string
email
string
imageUrl
string
phone
string
Responses
200
Updated testimonial.
Contact
id
string<uuid>
created
string<date-time>
firstName
string
lastName
string
phone
string
email
string
imageUrl
string
400
Bad Request
string
404
Not Found
string
500
Server Error
string
Updated 03 Mar 2023
Did this page help you?