diff --git a/Api.md b/Api.md index d16566a..399d579 100644 --- a/Api.md +++ b/Api.md @@ -233,7 +233,7 @@ Create a new client on the system. Request body is an `application/json` object "reuseRefreshToken": true, "dynamicallyRegistered": false, "allowIntrospection": false, - "idTokenValiditySeconds": 600, + "idTokenValiditySeconds": 600 } ```