Birdeye · Example Payload

Update Media

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Update Media 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-media",
  "summary": "Update Media",
  "method": "PUT",
  "path": "/v1/business/{businessNumber}/update/media/{mediaId}",
  "examples": {
    "response_200": {
      "code": 400,
      "message": "Invalid media id"
    }
  }
}