Skip to content

Commit 241332c

Browse files
committed
docs(sdk): correct PublicTokenPermissions session scope docstring
1 parent f10b6ea commit 241332c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/trigger-sdk/src/v3/auth.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ type PublicTokenPermissionProperties = {
7474
*
7575
* `read:sessions:{id}` lets the bearer read both the `.out` and `.in`
7676
* 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.
77+
* bearer append to the session's channels and create new runs against it.
7978
*/
8079
sessions?: string | string[];
8180
};

0 commit comments

Comments
 (0)