Skip to main content
POST
Update an audio review

Authorizations

Authorization
string
header
required

HTTP Basic Authentication using API Key and Secret Key. The credentials should be Base64 encoded in the format 'api_key:secret_key'. You can obtain your API Key and Secret Key from Feedspace → Automation → API (https://app.feedspace.io/automation/api).

Path Parameters

id
integer
required

The review's numeric ID, as returned in the id field of GET /feeds. This is not the unique_feedback_id field — that value is not accepted here.

Example:

544

Body

multipart/form-data

Request body for updating an audio review. Only _method is required; all other fields are optional.

_method
enum<string>
required

Must be PUT

Available options:
PUT
favourite
enum<integer>

Set to 1 to add to favourites, 0 to remove.

Available options:
0,
1
review_text
string

Review text

rating
integer

Rating value (1-5)

Required range: 1 <= x <= 5
review_title
string

Review title (max 255 characters)

reviewed_at
string<date>

Date when the review was submitted (YYYY-MM-DD)

sentiment_id
enum<integer>

Sentiment of the review: 1 = positive, 2 = neutral, 3 = negative. Any other value is rejected.

Available options:
1,
2,
3
audio
file

Replacement audio file (max 100MB). Only allowed for a review that already has audio.

transcript
string

Transcript text

question_answers[0][feed_form_question_id]
string

Review form question ID. Either the numeric id of a stored question (from questions[].id on GET /forms/{unique_form_id}, or question_answers[].feed_form_question_id on this review), or one of the built-in keys: organization_name, position, photo, name, email, contact_number, company_logo, company_url.

question_answers[0][answer]
string

Answer text for the question

question_answers[0][answer_file]
file

Image file upload as answer (if applicable)

question_answers[1][feed_form_question_id]
string

Review form question ID

question_answers[1][answer]
string

Answer text for the question

question_answers[1][answer_file]
file

Image file upload as answer (if applicable)

reviewer_social_urls[twitter]
string

Twitter profile URL

reviewer_social_urls[linkedin]
string

LinkedIn profile URL

reviewer_social_urls[facebook]
string

Facebook profile URL

reviewer_social_urls[instagram]
string

Instagram profile URL

Response

200 - application/json

Audio review updated successfully.

message
string
data
object