updateBadgesDisplayOrder( )


Updates badges' display order.

The badgeId parameter must be an ID from your site's Members/Badges collection. Typically, you retrieve the ID from the collection using a query or through a dataset.

This function is not a universal function and runs only on the backend

Authentication

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

Permissions
Manage Badges
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
badgeIdsArray<string>Required

Ordered badge IDs.

Returns
Return Type:Promise<UpdateBadgesDisplayOrderResponse>
Did this help?