Update Card Trail
Updates a card trail owned by the admin institution.
Request Example
Section titled “Request Example”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" }'Response Example
Section titled “Response Example”{ "success": true}Security
Section titled “Security”- Admin only.