Search archived documents (#932)

* POC

* Improved styling

* Test
This commit is contained in:
Tom Moor
2019-04-09 09:20:30 -07:00
committed by GitHub
parent 57e051d62b
commit c1256c61aa
6 changed files with 89 additions and 34 deletions

View File

@ -250,11 +250,13 @@ export default function Pricing() {
<Method method="documents.search" label="Search documents">
<Description>
This methods allows you to search all of your documents with
keywords.
This methods allows you to search your teams documents with
keywords. Search results will be restricted to those accessible by
the current access token.
</Description>
<Arguments>
<Argument id="query" description="Search query" required />
<Argument id="includeArchived" description="Boolean" />
</Arguments>
</Method>