---
title: "Invoke action checkin"
method: POST
path: "/drives/{driveId}/items/{driveItemId}/microsoft.graph.checkin"
tags: ["drives.driveItem"]
---

# Invoke action checkin

`POST /drives/{driveId}/items/{driveItemId}/microsoft.graph.checkin`

Check in a checked out driveItem resource, which makes the version of the document available to others.

## Path parameters

- `driveId` string, required
- `driveItemId` string, required

## Request body

- DriveItemIdMicrosoftGraphCheckinBody
  - `checkInAs` string, nullable
  - `comment` string, nullable

## Response `2XX`

Success

## Other responses

- `default` — error

---

[API](https://skmtc.net/ballerina-platform/apis/files.md) · [All operations](https://skmtc.net/ballerina-platform/apis/files/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ballerina-platform/files/revisions/c34150e97737/schema)
