PATCH

Update Badges Display Order


Updates badges' display order.

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.
Endpoint
PATCH
https://www.wixapis.com/members/v3/badges/order

Body Params
badgeIdsArray <string>Requiredformat GUIDminItems 1

Ordered badge IDs.

Response Object
badgesArray <Badge>

Reordered badges list.

Update badges display order
Request
cURL
Response
JSON
Errors

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

Did this help?