Skip to content

Commit

Permalink
feat: Add client session support to /devices/update (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot authored Jan 23, 2025
1 parent c13261f commit 3a0cba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/seam/connect/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22150,6 +22150,7 @@ export default {
{ api_key: [] },
{ pat_with_workspace: [] },
{ console_session_with_workspace: [] },
{ client_session: [] },
],
summary: '/devices/update',
tags: ['/devices'],
Expand Down Expand Up @@ -22207,6 +22208,7 @@ export default {
{ api_key: [] },
{ pat_with_workspace: [] },
{ console_session_with_workspace: [] },
{ client_session: [] },
],
summary: '/devices/update',
tags: ['/devices'],
Expand Down

0 comments on commit 3a0cba9

Please sign in to comment.