chore(authn): update api spec
This commit is contained in:
parent
c6e52b32fb
commit
564896d64a
|
@ -1550,7 +1550,8 @@ definitions() ->
|
||||||
enable_pipelining => #{
|
enable_pipelining => #{
|
||||||
type => boolean,
|
type => boolean,
|
||||||
default => true
|
default => true
|
||||||
}
|
},
|
||||||
|
ssl => minirest:ref(<<"SSL">>)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -1584,6 +1585,10 @@ definitions() ->
|
||||||
certificate => #{
|
certificate => #{
|
||||||
type => string
|
type => string
|
||||||
},
|
},
|
||||||
|
endpoint => #{
|
||||||
|
type => string,
|
||||||
|
example => <<"http://localhost:80">>
|
||||||
|
},
|
||||||
verify_claims => #{
|
verify_claims => #{
|
||||||
type => object,
|
type => object,
|
||||||
additionalProperties => #{
|
additionalProperties => #{
|
||||||
|
|
Loading…
Reference in New Issue