fixed to use parameter (#20242)

fixes: #17377
This commit is contained in:
Erik Jan de Wit 2023-05-11 18:09:40 +02:00 committed by GitHub
parent f1468091f1
commit 46782ec139
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -228,8 +228,8 @@ export class Realms extends Resource {
void
>({
method: "DELETE",
path: "/{realm}/sessions/{session}",
urlParamKeys: ["realm", "session"],
path: "/{realm}/sessions/{sessionId}",
urlParamKeys: ["realm", "sessionId"],
catchNotFound: true,
});