chore(authn): update api spec

This commit is contained in:
zhouzb 2021-09-09 17:17:27 +08:00
parent c6e52b32fb
commit 564896d64a
1 changed files with 6 additions and 1 deletions

View File

@ -1550,7 +1550,8 @@ definitions() ->
enable_pipelining => #{
type => boolean,
default => true
}
},
ssl => minirest:ref(<<"SSL">>)
}
},
@ -1584,6 +1585,10 @@ definitions() ->
certificate => #{
type => string
},
endpoint => #{
type => string,
example => <<"http://localhost:80">>
},
verify_claims => #{
type => object,
additionalProperties => #{