API generation

This commit is contained in:
delvedor
2021-08-18 17:52:14 +02:00
parent f891fd53a2
commit 77bf94a500
4 changed files with 51 additions and 0 deletions

View File

@ -2421,6 +2421,10 @@ export interface SecurityPutUser<T = RequestBody> extends Generic {
body: T;
}
export interface SecurityQueryApiKeys<T = RequestBody> extends Generic {
body?: T;
}
export interface SecuritySamlAuthenticate<T = RequestBody> extends Generic {
body: T;
}