-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
Support for proppatch method #206
Comments
Hi @masx200 , @perry-mitchell I implemented 'PROPPATCH' method before. What kind of test cases are needed ? |
@yoh1496 any news? :) |
@yoh1496 any news ?
but got 400 error |
This is my implementation. By using this, you can this.client.updateProperty(propertyupdatePath, {
headers: { 'Content-Type': 'application/xml' },
data: propertyupdateXML,
}); I don't know why your code does not work. |
Support for proppatch method
https://www.ietf.org/rfc/rfc4918.html#section-9.2
The text was updated successfully, but these errors were encountered: