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

Question: How I create article upvote/downvote sending user_id? #500

Open
leandrofreitascadmus opened this issue Jan 20, 2022 · 0 comments

Comments

@leandrofreitascadmus
Copy link

In the Zendesk documentation, I found this to upvote/downvote, but in zenpy I can't find how I send the user_id.

curl https://{subdomain}.zendesk.com/api/v2/help_center/articles/{article_id}/down.json \
  -d '{"vote": {"user_id": 10056}}' \
  -v -u {email_address}:{password} -X POST -H "Content-Type: application/json" 
@leandrofreitascadmus leandrofreitascadmus changed the title Question: How I create article upvote/downvote sendinguser_id? Question: How I create article upvote/downvote sending user_id? Jan 20, 2022
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

1 participant