website logo
⌘K
Introduction
Authentication
API Reference (Swagger)
API Reference
Campaigns
Contact
Media
Testimonial
Websites
Widgets
Webhooks
Docs powered by archbee 

Updates a Testimonial defined by id.

PUT
PATH PARAMETERS
idstring*
BODY PARAMETERS
body
TestimonialInput
brandIdstring
The brand if for a registered website / brand (use GET of Websites API endpoint first)
firstnamestring
First name of testimonial giver
lastnamestring
Last name of testimonial giver
titlestring
Title of testimonial
subtitlestring
Subtitle of testimonial
companystring
Company of testimonial giver
emailstring
Email address of testimonial giver
imageUrlstring
URL to image
testimonialTextstring
Text of the testimonial
externalVideoHtmlstring
HTML of embeddable video (Youtube, Facebook, vimeo, ...
videoTokenstring
Token of uploaded video. Required when using an uploaded video along with 'VideoUrl'
videoUrlstring
URL of uploaded video. Required when using an uploaded video along with 'VideoToken'
socialMediaProfilesstring[]
Array of string of social media profile URLs
starsnumber<float>
Amount of given stars
gaveConsentboolean
Did testimonial giver gave consent to publish it?
consentDateTimestring<date-time>
Date and time when testimonial giver gave consent to publish it
publishedboolean
Is testimonial published to show via any widget?
RESPONSES
200
Updated testimonial.
TestimonialApiDb
idstring<uuid>
typeIdstring<uuid>
createdstring<date-time>
firstnamestring
lastnamestring
titlestring
subtitlestring
companystring
emailstring
imageUrlstring
testimonialTextstring
contractUrlstring
contractStatusstring
contractSignedboolean
externalVideoHtmlstring
videoTokenstring
videoUrlstring
socialMediaProfilesstring[]
starsnumber<float>
gaveConsentboolean
consentDateTimestring<date-time>
publishedboolean
400
Bad Request
string
404
Not Found
string
500
Server Error
string




Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Deletes a Testimonial defined by id.
Docs powered by archbee