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

Update Pydantic schemas based on latest API specification #99

Open
1 task done
nifadyev opened this issue Jan 20, 2025 · 0 comments · May be fixed by #101
Open
1 task done

Update Pydantic schemas based on latest API specification #99

nifadyev opened this issue Jan 20, 2025 · 0 comments · May be fixed by #101
Labels
bug Something isn't working

Comments

@nifadyev
Copy link
Collaborator

nifadyev commented Jan 20, 2025

What's wrong

Toggl updated its API and made some fields unavailable. It leads to errors because these fields marked as mandatory.

Fields to remove:

  • Project.template
  • WorkspaceResponseBase.only_admins_see_billable_rates

How it should work?

API responses should be handled without errors.

Checklist before calling for maintainers

  • Have you checked to ensure there aren't other open Issues for the same problem?
@nifadyev nifadyev added the bug Something isn't working label Jan 20, 2025
@nifadyev nifadyev linked a pull request Jan 20, 2025 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant