We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Content Tags can be added to posts and articles to loosely group them together. The client does not currently expose this API resource.
The resource is a small object {id, name, createdDate, updatedDate} The API supports CRUD & some searching
Describe the solution you'd like The client to expose CRUD & searching on this resource
Additional context API documentation: https://developer.zendesk.com/api-reference/help_center/help-center-api/content_tags/ Article about how they are used: https://support.zendesk.com/hc/en-us/articles/4848925672730
I'm currently working on building a PR to implement this feature request
The text was updated successfully, but these errors were encountered:
I've started a draft PR to implement this in #560
Sorry, something went wrong.
No branches or pull requests
Content Tags can be added to posts and articles to loosely group them together.
The client does not currently expose this API resource.
The resource is a small object {id, name, createdDate, updatedDate}
The API supports CRUD & some searching
Describe the solution you'd like
The client to expose CRUD & searching on this resource
Additional context
API documentation: https://developer.zendesk.com/api-reference/help_center/help-center-api/content_tags/
Article about how they are used: https://support.zendesk.com/hc/en-us/articles/4848925672730
I'm currently working on building a PR to implement this feature request
The text was updated successfully, but these errors were encountered: