updateUserFavoriteList( )


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

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

Note: Updating the list replaces the favorite pages it contains with those specified in the method.

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>
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?