Birdeye · Example Payload

Update Question

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Update Question is an example object payload from Birdeye, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathexamples

Example Payload

Raw ↑
{
  "operationId": "update-question",
  "summary": "Update Question",
  "method": "PUT",
  "path": "/v1/qna/question/update",
  "examples": {
    "response_200": {
      "code": 2482,
      "message": "Question Id is Invalid"
    }
  }
}