ReplaceSitesResponse

  • This documentation details the response message structure for the SiteService ReplaceSites method.

  • The response includes a JSON object containing a list of sites present in the channel following a replacement operation.

  • Each site within the list is represented as a Site object, with further details available in its respective documentation.

Response message for SiteService.ReplaceSites.

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

object (Site)

The list of sites in the channel after replacing.