savePublishedStatus

Function

Saves the published status of a site or page model leaving everything else on the model alone.

Parameters

Parameter Type Default Notes
siteOrPageModel Required IModel
requestOptions Required IHubUserRequestOptions

Available requestOptions

Property Type Notes
authentication ArcGISIdentityManager
fetch Optional Inherited function(input: RequestInfo, init: RequestInit) : Promise<Response>

The implementation of fetch to use. Defaults to a global fetch.

hubApiUrl Optional Inherited string
isPortal Optional Inherited boolean
portalSelf Optional Inherited IHubRequestOptionsPortalSelf

Returns

Promise<IUpdateItemResponse>
Property Type Notes

Function defined in sites/src/drafts/save-published-status.ts:15