You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was calling the POST /resources endpoint to create new resources, specifying 'categories' as [{ "category_id": 1, "name": "Services"}] and 'services' as [{"category_id": 1, ...]. This does not seem to work as the appointment will not show any service tied to the 'Services' category, but rather I need to set in 'services' as [{"category": "Services"}, ...].
The text was updated successfully, but these errors were encountered:
I was calling the POST /resources endpoint to create new resources, specifying 'categories' as
[{ "category_id": 1, "name": "Services"}]
and 'services' as[{"category_id": 1, ...]
. This does not seem to work as the appointment will not show any service tied to the 'Services' category, but rather I need to set in 'services' as[{"category": "Services"}, ...]
.The text was updated successfully, but these errors were encountered: