Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit eccc975

Browse files
authored
feat: Use PUT /client_sessions/create (#198)
1 parent 4416086 commit eccc975

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/seam-connect/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ Use something with sufficient entropy know only to the owner of the client sessi
148148
})
149149

150150
return makeRequest(client, {
151-
method: "POST",
152-
url: "/internal/client_sessions/create",
151+
method: "PUT",
152+
url: "/client_sessions/create",
153153
})
154154
}
155155
}

0 commit comments

Comments
 (0)