From 1c4f04ea973acac72babc3be81eb00a6fb4bac08 Mon Sep 17 00:00:00 2001 From: bschatz Date: Thu, 19 Oct 2017 08:42:48 +0200 Subject: [PATCH] json syntax error --- Api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ```