json syntax error

master
bschatz 2017-10-19 08:42:48 +02:00
parent c3a7c777bc
commit 1c4f04ea97
1 changed files with 1 additions and 1 deletions

2
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
}
```