Update Deck (Admin)
Updates a deck owned by the admin institution.
Request Example
Section titled “Request Example”curl --request PUT \ --url 'https://lxp.prod.api.toolzz.media/admin/decks/156' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "title": "Updated deck", "description": "Revised description", "cards": "8708,8710" }'Response Example
Section titled “Response Example”{ "success": true}Security
Section titled “Security”- Admin only; institution ownership enforced.