We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10b6ea commit 241332cCopy full SHA for 241332c
1 file changed
packages/trigger-sdk/src/v3/auth.ts
@@ -74,8 +74,7 @@ type PublicTokenPermissionProperties = {
74
*
75
* `read:sessions:{id}` lets the bearer read both the `.out` and `.in`
76
* channels and list runs on the session. `write:sessions:{id}` lets the
77
- * bearer append to the session's channels. `trigger:sessions:{id}` permits
78
- * triggering new runs on the session.
+ * bearer append to the session's channels and create new runs against it.
79
*/
80
sessions?: string | string[];
81
};
0 commit comments