cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#SHAREPOINT_UPDATE_ITEM' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "SHAREPOINT_UPDATE_ITEM", "parameters": { "itemId": "<string>", "title": "<string>", "listId": "<string>", "fields": {} } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Item ID : The ID of the item to update.
Title
The list ID to perform the operation on. (example: 22e03ef3-6ef4-424d-a1d3-92a337807c30)
The column values of the item
Success
Was this page helpful?