Skip to main content
POST
/
templating
/
v1
cURL
curl --request POST \
  --url https://aodocs.altirnao.com/api/templating/v1 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "dateFormat": "<string>",
  "dateTimeFormat": "<string>",
  "decimalFormat": "<string>",
  "falseValue": "<string>",
  "integerFormat": "<string>",
  "locale": "<string>",
  "timeFormat": "<string>",
  "timeZone": "<string>",
  "trueValue": "<string>"
}
'

Authorizations

Authorization
string
header
required

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

Query Parameters

libraryId
string
required

The library ID of the file where to apply templating.

documentId
string
required

The ID of the document

fileId
string
required

The file ID of the file where to apply templating.

securityCode
string

The security code

domain
string

The G Suite domain

Body

application/json
dateFormat
string
dateTimeFormat
string
decimalFormat
string
falseValue
string
integerFormat
string
locale
string
timeFormat
string
timeZone
string
trueValue
string

Response

204

A successful response