Skip to main content
PUT
/
document
/
v1
/
drive
/
{driveId}
/
checkin
cURL
curl --request PUT \
  --url https://aodocs.altirnao.com/api/document/v1/drive/{driveId}/checkin \
  --header 'Authorization: Bearer <token>'
{
  "jobId": "<string>",
  "kind": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

driveId
string
required

The ID of the file

Query Parameters

versionName
string
required

The name of the new version to be created

versionDescription
string

The description of the new version to be created

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiJobId response

jobId
string
kind
string