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

Python client does not allow sending if-match headers in the request e.g in wiki page update #205

Closed
atbagga opened this issue Apr 15, 2019 · 2 comments
Labels

Comments

@atbagga
Copy link

atbagga commented Apr 15, 2019

In WikiClient
create_or_update_page function accepts version of the old page which needs to be passed to the API in the if-match header. This is not possible in the python client right now.

For now fixing the issue in devops extension like this-
Azure/azure-devops-cli-extension#533

@tedchamb tedchamb added the bug label May 20, 2019
@tedchamb
Copy link
Member

Fixed in #219

@tedchamb
Copy link
Member

Fixed in release 5.0.0b7

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

No branches or pull requests

2 participants