Skip to main content
POST
/
folder
/
v1
/
folders
/
{folderId}
/
move
/
{parentFolderId}
cURL
curl --request POST \
  --url https://aodocs.altirnao.com/api/folder/v1/folders/{folderId}/move/{parentFolderId} \
  --header 'Authorization: Bearer <token>'
{
  "jobId": "<string>",
  "kind": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://api.aodocs.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

folderId
string
required
parentFolderId
string
required

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiJobId response

jobId
string
kind
string