BulkEditSitesResponse

  • Display & Video 360 API v1 is no longer available.

  • This documentation details the response message structure for the SiteService.BulkEditSites method, specifically for creating new sites.

  • The response includes a JSON representation containing a list of successfully created sites, identified by their Site object.

  • If no sites were created, the sites list will be omitted from the response.

Response message for SiteService.BulkEditSites.

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

object (Site)

The list of sites that have been successfully created.

This list will be absent if empty.