Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.box.com/llms.txt

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

A Box Doc Gen template tag object.

tag_content
string
required
read-only

The content of the tag.

Example:

"{{item.name}}"

tag_type
enum<string>
required
read-only

Type of the tag.

Available options:
text,
arithmetic,
conditional,
for-loop,
table-loop,
image
Example:

"text"

json_paths
string[]
required
read-only

List of the paths.

Example:
["products", "products.name"]