Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API documentation for resources specifies 'category_id' can be set but 'name' of category is used #8

Open
wfcheng opened this issue Jul 13, 2024 · 0 comments

Comments

@wfcheng
Copy link

wfcheng commented Jul 13, 2024

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"}, ...].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant