Update API.md with pages_count for document endpoint

This commit is contained in:
s0llvan 2024-09-21 23:33:01 +00:00
parent af3b898814
commit a675ea8221

View File

@ -54,6 +54,7 @@ fields:
- `archived_file_name`: Verbose filename of the archived document. - `archived_file_name`: Verbose filename of the archived document.
Read-only. Null if no archived document is available. Read-only. Null if no archived document is available.
- `notes`: Array of notes associated with the document. - `notes`: Array of notes associated with the document.
- `pages_count`: Number of pages.
- `set_permissions`: Allows setting document permissions. Optional, - `set_permissions`: Allows setting document permissions. Optional,
write-only. See [below](#permissions). write-only. See [below](#permissions).
- `custom_fields`: Array of custom fields & values, specified as - `custom_fields`: Array of custom fields & values, specified as