Update affiliate link sort order
Update affiliate link sort order
POST
Update affiliate link sort order
Authorizations
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Body
application/json
Array of link IDs with their new sort order
Example:
[
{ "id": 1, "sort_order": 1 },
{ "id": 2, "sort_order": 2 }
]Response
200
Sort order updated