Forum Discussion
KJay1
Mar 10, 2020Copper Contributor
Update SharePoint List by calling Rest API
I have a list I want to update by calling the list API. I am able to get the data of this list by calling the Rest API, however I am not able to update a column data with PUT method. The API keeps gi...
SteveKnutson
Mar 11, 2020MVP
This could be permission related or it due to the digest number in the API call. Note the double underscore mentioned in the last response to this post.
https://sharepoint.stackexchange.com/questions/214569/getting-403-while-using-sharepoint-rest-api
https://sharepoint.stackexchange.com/questions/214569/getting-403-while-using-sharepoint-rest-api
- KJay1Mar 11, 2020Copper Contributor
Thanks for your help Steve. I really appreciate it. Let me try it out and get back to you.