spo apppage set
Updates the single-part app page
Usage
m365 spo apppage set [options]
Options
-u, --webUrl <webUrl>
The URL of the site where the page to update is located.
-n, --name <name>
The name of the page to be updated, eg. page.aspx.
-d, --webPartData <webPartData>
JSON string of the web part to update on the page.
-h, --help [help]
Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,response
,full
. Default isoptions
.--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]
Output type.
json
,text
,csv
,md
,none
. Defaultjson
.--verbose
Runs command with verbose logging.
--debug
Runs command with debug logging.
Examples
Updates the single-part app page located in a specified site. Web part data is stored in the $webPartData
variable.
m365 spo apppage set --webUrl "https://contoso.sharepoint.com" --name "Contoso.aspx" --webPartData $webPartData
Response
The command won't return a response on success.