Skip to content

Update Card Trail

Updates a card trail owned by the admin institution.

Terminal window
curl --request PUT \
--url 'https://lxp.prod.api.toolzz.media/trails/92' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "Updated trail",
"decks": "156"
}'
{
"success": true
}

  • Admin only.