Review embed configs

Update a review embed config

post/review_embed_configs/{id}

Path parameters

idstring required

The ID of the review embed config

Request body

titlestring

The updated title of the review embed

review_text_promptstring

The updated prompt for the review text

review_text_placeholderstring

The updated placeholder for the review text

min_stars_to_prompt_reviewinteger

The updated minimum number of stars to prompt for a review

google_request_review_urlstring nullable

The updated URL to request a review from Google

submit_ctastring

The updated text for the submit button

slugstring

The updated slug for the review embed

redirect_to_google_request_review_urlboolean

Whether to redirect directly to the Google review link

Response

The updated review embed configuration

idstring required

The ID of the review embed config

titlestring required

The title of the review embed

review_text_promptstring required

The prompt for the review text

review_text_placeholderstring required

The placeholder for the review text

min_stars_to_prompt_reviewinteger required

The minimum number of stars to prompt for a review

google_request_review_urlstring nullable required

The URL to request a review from Google

submit_ctastring required

The text for the submit button

slugstring required

The unique identifier that appears in the public review URL

redirect_to_google_request_review_urlboolean required

Whether to redirect directly to the Google review link

permanent_review_page_urlstring required

The permanent review page URL

Changes

No recorded changes to this endpoint across all 1 revision of this API.