Update (PUT) a reply to a given review. Authenticated user must be the original one that posted the reply.
PUT
/recipe/review/replies/{replyId}
Review
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api2.bigoven.com/recipe/review/replies/'
Response Response Example
{
"Comment": "string",
"CreationDate": "2019-08-24T14:15:22Z",
"ID": "string",
"LastModified": "2019-08-24T14:15:22Z",
"Poster": {
"FirstName": "string",
"LastName": "string",
"PhotoUrl": "string",
"UserID": 0,
"UserName": "string"
},
"ReviewID": "string"
}
Request
Path Params
replyId
string
required
Body Params application/x-www-form-urlencoded
Comment
string
optional
Responses
Modified at 2023-08-15 06:02:32
Previous
DELETE a reply to a given review. Authenticated user must be the one who originally posted the reply.
Next
Get a given review by string-style ID. This will return a payload with FeaturedReply, ReplyCount.
Recommended display is to list top-level reviews with one featured reply underneath.
Currently, the FeaturedReply is the most rece