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 would like to get all articles in a section without specifying a locale because I have some articles in en-us and other source articles in other locales which are specific to their markets.
If I use articles = client.help_center.sections.articles(section=section_id) it will return articles in en-us as the default locale. I am also unable to sideload translations.
As a temporary solutions, I changed articles method in SectionsApi from
I would like to get all articles in a section without specifying a locale because I have some articles in en-us and other source articles in other locales which are specific to their markets.
If I use
articles = client.help_center.sections.articles(section=section_id)
it will return articles in en-us as the default locale. I am also unable to sideload translations.As a temporary solutions, I changed articles method in SectionsApi from
to
However, it makes the sideloading solution inconsistent with primary endpoints for not accepting lists.
The text was updated successfully, but these errors were encountered: