0.22.0 #577
PierreBtz
announced in
Announcements
0.22.0
#577
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release contains a breaking change:
contentTagIds
field was added to theArticle
model. If you have code that is updating article (withZendesk#updateArticle(article)
) then you need to make sure theArticle
object you are using is refreshed using this version of the API so that thecontentTagIds
field is populated with the values of the server. If you are using an object created using an older version of the API it won't contain thecontentTagIds
field and updating the article will wipe thecontentTagIds
clean on the Zendesk server.Thanks a lot to our new contributors:
💥 Breaking changes
Article.content_tag_ids field
- resolves Support getting/setting of Help Center article'scontent_tag_ids
field #557 (Add support forArticle.content_tag_ids field
- resolves #557 #558) @andy-may-at🚀 New features and improvements
Article.content_tag_ids field
- resolves Support getting/setting of Help Center article'scontent_tag_ids
field #557 (Add support forArticle.content_tag_ids field
- resolves #557 #558) @andy-may-at📦 Dependency updates
👻 Maintenance
This discussion was created from the release 0.22.0.
Beta Was this translation helpful? Give feedback.
All reactions