feat: Add parentDocumentId option to documents.list endpoint

This commit is contained in:
Tom Moor
2019-12-22 17:06:29 -08:00
parent 6bf2069fa7
commit d995f27736
2 changed files with 12 additions and 2 deletions

View File

@ -269,6 +269,10 @@ export default function Api() {
id="backlinkDocumentId"
description="Backlinked document ID to filter by"
/>
<Argument
id="parentDocumentId"
description="Parent document ID to filter by"
/>
</Arguments>
</Method>