From 3242f5b3b3245daf15292d88405ba95e18b28b00 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 8 Jun 2024 07:36:21 -0700 Subject: [PATCH] Add to docs --- docs/api.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api.md b/docs/api.md index 69ce61e12..94ece85ab 100644 --- a/docs/api.md +++ b/docs/api.md @@ -422,6 +422,9 @@ The following methods are supported: - `split` - Requires `parameters`: - `"pages": [..]` The list should be a list of pages and/or a ranges, separated by commas e.g. `"[1,2-3,4,5-7]"` + - Optional `parameters`: + - `"delete_originals": true` to delete the original document after consumption. This requires the calling user being the owner of + the document. - The split operation only accepts a single document. - `rotate` - Requires `parameters`: