Microsoft Word · Arazzo Workflow
Microsoft Word Checkout Edit and Check In Document
Version 1.0.0
Lock a Word document for editing, upload revised content, and check it back in with a comment.
Provider
Workflows
checkout-edit-checkin
Check out a document, replace its content, and check it back in.
Locks the drive item via checkout, uploads new file content, then checks the item back in with a comment to publish the new version.
1
checkoutDocument
checkoutDriveItem
Check the document out to prevent others from editing it. Graph returns 204 with no content on success.
2
uploadRevision
uploadContent
Upload the revised document content into the checked-out item. Graph returns 200 when the existing content is replaced.
3
checkinDocument
checkinDriveItem
Check the document back in with a version comment, making the new version available to other users. Graph returns 204 with no content on success.