Update review settings

Updates review moderation configuration.

Required permissions
reviews.settings
PUT/reviews/settings
Base URLhttps://api.lynkow.com/v1

Request body
required

  • requireEmail
    boolean

    Boolean

  • showAuthorCity
    boolean

    Boolean

  • showAuthorPhoto
    boolean

    Boolean

  • showAuthorCompany
    boolean

    Boolean

  • autoApproveEnabled
    boolean

    Boolean

  • customFieldsSchema
    array<object>

    Array of objects

    • id
      string
      required
    • type
      enum
      required

      One of: textnumberselectdateurl

    • label
      string
      required
    • options
      array<object>
      • label
        string
        required
      • value
        string
        required
    • required
      boolean
  • autoApproveMinRating
    number

    Between 1 and 5

  • publicSubmissionEnabled
    boolean

    Boolean

Feedback

Was this page helpful?