-
Notifications
You must be signed in to change notification settings - Fork 248
Bug fix for wrong translation API endpoint and Section attribute to conform with API #275
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The end-point issue looks to come from PR#180
Not sure if something changed on zendesk side
@assafko do you remember about this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Proposed changes are LGTM
|
I don't think the test failure was related to the issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixed API endpoints for creating (POST) Sections and Categories - endpoint had /translation.json and according to Zendesk documentation, it should be /translations.json
Added description attribute to Section class