Skip to content

Commit 660c57a

Browse files
adding new /apps params
1 parent 1b08326 commit 660c57a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs-v2/pages/rest-api/index.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,24 @@ GET /apps
349349

350350
A query string to filter the list of apps. For example, to search for apps that **contain** the string "Slack", pass `q=Slack`.
351351

352+
---
353+
354+
`has_components` **string** (_optional_)
355+
356+
Pass `1` to filter the list of apps to only those with public triggers or actions.
357+
358+
---
359+
360+
`has_actions` **string** (_optional_)
361+
362+
Pass `1` to filter the list of apps to only those with public actions.
363+
364+
---
365+
366+
`has_triggers` **string** (_optional_)
367+
368+
Pass `1` to filter the list of apps to only those with public triggers.
369+
352370
#### Example Request
353371

354372
```shell

0 commit comments

Comments
 (0)