Skip to content

Commit

Permalink
Add console_session_without_workspace to /workspaces/list
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-balitskyi committed Dec 16, 2024
1 parent e37a5f6 commit 7695e32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/api/workspaces/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ export default withRouteSpec({
methods: ["GET", "POST"],
auth: [
"pat_with_workspace",
"pat_without_workspace",
"api_key",
"client_session",
"console_session_with_workspace",
"pat_without_workspace",
"console_session_without_workspace",
],
jsonResponse: z.object({
workspaces: z.array(workspace),
Expand Down

0 comments on commit 7695e32

Please sign in to comment.