BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/5967947895930880/lesson/c28d93c0af6bd60de7ecb716a2fe056c?ref=outlook-calendar
SUMMARY:Modifying Data on a REST API
DTSTART;TZID=America/Los_Angeles:20260509T190000
DTEND;TZID=America/Los_Angeles:20260509T200000
LOCATION:https://www.learndesk.us/class/5967947895930880/lesson/c28d93c0af6bd60de7ecb716a2fe056c?ref=outlook-calendar
DESCRIPTION: 
Some data, like the quantity remaining of a product, should be editable
While the ability to access data can be freely given, the ability to change data should be limited
We will create a token in the database that authorizes the client to edit the quantity
Add a POST route that can change the quantity of a product by SKU
Authenticate POST route with the provided token
Special considerations should be taken when securing a real-world app


https://www.learndesk.us/class/5967947895930880/lesson/c28d93c0af6bd60de7ecb716a2fe056c?ref=outlook-calendar
STATUS:CONFIRMED
SEQUENCE:3
BEGIN:VALARM
TRIGGER:-PT10M
DESCRIPTION:Class Reminder
ACTION:DISPLAY
END:VALARM
END:VEVENT
END:VCALENDAR