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

Add support for the Content Tag resource (in the Help Center API) #559

Closed
andy-may-at opened this issue Mar 8, 2023 · 1 comment
Closed

Comments

@andy-may-at
Copy link
Contributor

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

@andy-may-at
Copy link
Contributor Author

I've started a draft PR to implement this in #560

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants