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

You can only call this method when authenticated as a Wix app or Wix user identity.

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

Dashboard favorite list ID. Automatically generated by Wix.


favoriteListUpdateUserFavoriteListRequired
Returns
Return Type:Promise<DashboardFavoriteList>
Did this help?