
Announcements
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
This error i receive when i try to update with the following body:
Thanks!
Hi @Anonymous,
I think it is the URL schema not match.
Take a try with the following one:
'Timesheet_x0020_Page':
{
'__metadata': { 'type': 'SP.FieldUrlValue' },
'Description': 'Google',
'Url': 'http://google.com'
},
Reference:
Regards,
Michael