Skip to main content
POST
/
feeds
/
text
/
{text_feed_id}
cURL
curl --request POST \
  --url https://api.feedspace.io/v3/feeds/text/{text_feed_id} \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: multipart/form-data' \
  --form _method=PUT \
  --form favourite=true \
  --form 'comment=<string>' \
  --form response=0 \
  --form 'review_title=<string>' \
  --form reviewed_at=2023-12-25 \
  --form sentiment_id=123 \
  --form 'transcript=<string>' \
  --form 'question_answers[0][feed_form_question_id]=<string>' \
  --form 'question_answers[0][answer]=<string>' \
  --form question_answers[0][answer_file]='@example-file' \
  --form 'question_answers[1][feed_form_question_id]=<string>' \
  --form 'question_answers[1][answer]=<string>' \
  --form question_answers[1][answer_file]='@example-file' \
  --form 'reviewer_social_urls[twitter]=<string>' \
  --form 'reviewer_social_urls[linkedin]=<string>' \
  --form 'reviewer_social_urls[facebook]=<string>' \
  --form 'reviewer_social_urls[instagram]=<string>' \
  --form 'static_thumb[0][attachment_id]=<string>' \
  --form static_thumb[0][static_thumb]='@example-file' \
  --form 'static_thumb[0][extension]=jpeg' \
  --form 'static_thumb[1][attachment_id]=<string>' \
  --form static_thumb[1][static_thumb]='@example-file' \
  --form 'static_thumb[1][extension]=jpeg'
{
  "message": "Review updated successfully",
  "data": {
    "id": 9793,
    "unique_feedback_id": "YiyoZB",
    "language_id": null,
    "public_url": "https://www.feedspace.io/f/YiyoZB",
    "comment": "Here is the edited review comment",
    "favourite": true,
    "rating_type": "star",
    "response": "5",
    "review_title": "Great Product Experience",
    "sentiment_id": null,
    "reviewed_at": "2025-04-07T06:12:05.000000Z",
    "created_at": "2025-04-07T06:12:05.000000Z",
    "feed_fields": {
      "name": "Amanda",
      "profile_pic_url": "https://static.feedspace.io/uploads/zhBU6t/allinone-feed-user-photo/1751871416-fLyBnT6.png",
      "position": "",
      "organization_name": null,
      "consent": null
    },
    "feed_form": {
      "name": "New Review Form",
      "unique_form_id": "form_gSgElcsXX8LaI6RtMA6JqlkN",
      "public_url": "https://www.feedspace.io/u/4en9smV"
    },
    "question_answers": [
      {
        "feed_form_question_id": 32330,
        "question_type": 5,
        "question_text": "photo",
        "default_value": "",
        "question_label": "",
        "mandatory": 0,
        "answer": "https://static.feedspace.io/uploads/zhBU6t/allinone-feed-user-photo/1751871416-fLyBnT6.png",
        "placeholder": "Photo"
      },
      {
        "feed_form_question_id": 30081,
        "question_type": 1,
        "question_text": "name",
        "default_value": "",
        "question_label": "",
        "mandatory": 0,
        "answer": "Amanda",
        "placeholder": "Name"
      },
      {
        "feed_form_question_id": 30082,
        "question_type": 1,
        "question_text": "email",
        "default_value": "",
        "question_label": "",
        "mandatory": 0,
        "answer": "",
        "placeholder": "Email"
      },
      {
        "feed_form_question_id": 30084,
        "question_type": 1,
        "question_text": "position",
        "default_value": "",
        "question_label": "Job Role",
        "mandatory": 0,
        "answer": "",
        "placeholder": "Job Role"
      },
      {
        "feed_form_question_id": 30085,
        "question_type": 1,
        "question_text": "organization_name",
        "default_value": "",
        "question_label": "Company Name",
        "mandatory": 0,
        "answer": "",
        "placeholder": "Company Name"
      },
      {
        "feed_form_question_id": 30086,
        "question_type": 1,
        "question_text": "contact_number",
        "default_value": "",
        "question_label": "",
        "mandatory": 0,
        "answer": "",
        "placeholder": "Contact Number"
      },
      {
        "feed_form_question_id": 30083,
        "question_type": 4,
        "question_text": "consent",
        "default_value": "",
        "question_label": "I hereby grant permission to share this review with others.",
        "mandatory": 0,
        "answer": "",
        "placeholder": "Consent"
      }
    ],
    "extra_details": null,
    "meta_properties": null,
    "reviewer_social_urls": [],
    "duplicated_from_id": null,
    "attachments": []
  }
}
Edit a specific text review. This endpoint accepts multipart/form-data and allows updating various fields of a text feed.

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

text_feed_id
string
required

Text feed ID

Body

multipart/form-data

Request body for updating a text feed. See TextFeedUpdateRequest schema for structure reference.

_method
enum<string>
required

Must be PUT

Available options:
PUT
favourite
boolean

Set to true to add to favourites, false to remove from favourites

comment
string

Review comment

response
enum<integer>

Rating value (0-5)

Available options:
0,
1,
2,
3,
4,
5
review_title
string

Review title (max 255 characters)

reviewed_at
string<date>

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

sentiment_id
integer

Sentiment ID

transcript
string

Transcript text

question_answers[0][feed_form_question_id]
string

Feed form question ID

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

Feed 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

static_thumb[0][attachment_id]
string

Attachment ID for the thumbnail update

static_thumb[0][static_thumb]
file

Thumbnail image file

static_thumb[0][extension]
enum<string>

Image file extension

Available options:
jpeg,
jpg,
png,
gif,
webp
static_thumb[1][attachment_id]
string

Attachment ID for the thumbnail update

static_thumb[1][static_thumb]
file

Thumbnail image file

static_thumb[1][extension]
enum<string>

Image file extension

Available options:
jpeg,
jpg,
png,
gif,
webp

Response

200 - application/json

Text review updated successfully.

message
string
data
object