I have an issue when i like to patch a listitem through an HTTP call to Graph.
It works fine when i update an single line of text field, but when I like to update an hyperlink field i get the following errors
- {
"error": {
"code": "invalidRequest",
"message": "The request is malformed or incorrect.",
"innerError": {
"request-id": "3b0331ea-8c7e-468b-91f0-d6c5b6e8a80b",
"date": "2017-10-12T09:34:57"
}
}
}
This error i receive when i try to update with the following body:
- {
"AL_SpecificationDocLink": {
"Description": "Google",
"Url": "http://google.com"
}
}
Thanks!

Report
All responses (
Answers (