sitesection object
Represents a grouping of ad space in a site. The sitesection
object has the following calls:
Call | Description |
---|---|
GET /sitesection | List all site sections. |
GET /sitesection/available_fields | List the available_fields to create or update a site section. |
GET /sitesection/site_section_UID | Read the specified site section. |
POST /sitesection | Create a site section. |
POST /sitesection/site_section_UID/clone | Clone the specified site section. |
PUT /sitesection | Update the specified site sections. |
PUT /sitesection/site_section_UID | Update a the specified site section. |
DELETE /sitesection | Delete the specified site sections. |
DELETE /sitesection/site_section_UID | Delete the specified site section. |