Update
|
|||||
|
|
Updates the content of a store page
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- Manage corporate Android devices
Input
This building block consumes 8 input parameters
Name | Format | Description |
---|---|---|
enterpriseId Required |
STRING |
The ID of the enterprise |
pageId Required |
STRING |
The ID of the page |
id |
STRING |
Unique ID of this page. Assigned by the server. Immutable once assigned |
kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "androidenterprise#storePage" |
link[] |
STRING |
|
name[] |
OBJECT |
A localized string with its locale |
name[].locale |
STRING |
The BCP47 tag for a locale. (e.g. "en-US", "de") |
name[].text |
STRING |
The text localized in the associated locale |
= Parameter name
= Format
enterpriseId STRING Required The ID of the enterprise |
pageId STRING Required The ID of the page |
id STRING Unique ID of this page. Assigned by the server. Immutable once assigned |
kind STRING Identifies what kind of resource this is. Value: the fixed string "androidenterprise#storePage" |
link[] STRING |
name[] OBJECT A localized string with its locale |
name[].locale STRING The BCP47 tag for a locale. (e.g. "en-US", "de") |
name[].text STRING The text localized in the associated locale |
Output
This building block provides 6 output parameters
Name | Format | Description |
---|---|---|
id |
STRING |
Unique ID of this page. Assigned by the server. Immutable once assigned |
kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "androidenterprise#storePage" |
link[] |
STRING |
|
name[] |
OBJECT |
A localized string with its locale |
name[].locale |
STRING |
The BCP47 tag for a locale. (e.g. "en-US", "de") |
name[].text |
STRING |
The text localized in the associated locale |
= Parameter name
= Format
id STRING Unique ID of this page. Assigned by the server. Immutable once assigned |
kind STRING Identifies what kind of resource this is. Value: the fixed string "androidenterprise#storePage" |
link[] STRING |
name[] OBJECT A localized string with its locale |
name[].locale STRING The BCP47 tag for a locale. (e.g. "en-US", "de") |
name[].text STRING The text localized in the associated locale |