BulkEditSitesResponse

  • Display & Video 360 API v2 is no longer in use.

  • This documentation details the JSON response for the SiteService.BulkEditSites method in the API.

  • The response includes a list of successfully created sites, represented as a JSON array within the sites field.

  • Each site object in the array adheres to the structure defined in the Site resource schema.

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.