updateUserFavoriteList( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Updates the current user's list of favorite dashboard pages.

Make sure to include the current revision number when calling this endpoint.

Note: Updating the list replaces the favorite pages it contains with those passed to the endpoint.

Authentication

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permissions
Manage Dashboard
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
_idstringRequired

Dashboard favorite list ID. Automatically generated by Wix.


favoriteListUpdateUserFavoriteListRequired

optionsUpdateUserFavoriteListOptions
Returns
Return Type:Promise<DashboardFavoriteList>
Was this helpful?
Yes
No