REST Resource: partners.channels.sites

  • A Site represents an app or website belonging to a channel.

  • A Site is identified by its resource name and requires an app ID or URL.

  • Available methods include bulk editing, creating, deleting, listing, and replacing sites within a channel.

Resource: Site

A single site. Sites are apps or websites belonging to a channel.

JSON representation
 { 
 "name" 
 : 
 string 
 , 
 "urlOrAppId" 
 : 
 string 
 } 
Fields
name

string

Output only. The resource name of the site.

urlOrAppId

string

Required. The app ID or URL of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.

Methods

bulkEdit

Bulk edits sites under a single channel.

create

Creates a site in a channel.

delete

Deletes a site from a channel.

list

Lists sites in a channel.

replace

Replaces all of the sites under a single channel.
Design a Mobile Site
View Site in Mobile | Classic
Share by: