mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 01:40:51 +00:00
feat: specify the api's auth type (#2715)
This commit is contained in:
1
scripts/openapi/type.d.ts
vendored
1
scripts/openapi/type.d.ts
vendored
@@ -6,6 +6,7 @@ export type ApiMetaData = {
|
||||
|
||||
export type ApiType = {
|
||||
description?: string;
|
||||
authorization?: 'apikey' | 'token';
|
||||
path: string;
|
||||
url: string;
|
||||
query?: itemType | itemType[];
|
||||
|
Reference in New Issue
Block a user