Skip to content

Update Deck (Admin)

Updates a deck owned by the admin institution.

Terminal window
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"
}'
{
"success": true
}

  • Admin only; institution ownership enforced.