This involves a change to the API to modify the new route for adding a list of daily state IDs for days of the week.
Now, it takes a JSON object with sub objects with key:value pairs in the form of dayOfWeekName:dailyStateID ex:
{
{"sunday":2},
{"wednesday":3},
{"thursday":0}
}
This involves a change to the API to modify the new route for adding a list of daily state IDs for days of the week.
Now, it takes a JSON object with sub objects with key:value pairs in the form of dayOfWeekName:dailyStateID ex: { {"sunday":2}, {"wednesday":3}, {"thursday":0} }