API generation

This commit is contained in:
delvedor
2021-08-18 17:51:42 +02:00
parent 38b7350f69
commit 5e18738921
4 changed files with 57 additions and 6 deletions

View File

@ -2476,6 +2476,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;
}