ReplaceSitesResponse

  • Display & Video 360 API v1 has been sunset and is no longer supported.

  • This documentation details the JSON representation and response message structure for the SiteService.ReplaceSites method within the API, specifically how sites within a channel are replaced and represented.

  • The response includes a list of Site objects representing the sites in the channel after the replacement operation.

Response message for SiteService.ReplaceSites.

JSON representation
{
  "sites": [
    {
      object (Site)
    }
  ]
}
Fields
sites[]

object (Site)

The list of sites in the channel after replacing.