외부 REST API 연결 확장
This commit is contained in:
@@ -36,6 +36,9 @@ export interface ExternalApiConnection {
|
||||
base_url: string;
|
||||
endpoint_path?: string;
|
||||
default_headers: Record<string, string>;
|
||||
// 기본 HTTP 메서드/바디 (외부 REST API 커넥션과 동일한 필드)
|
||||
default_method?: string;
|
||||
default_body?: string;
|
||||
auth_type: AuthType;
|
||||
auth_config?: {
|
||||
keyLocation?: "header" | "query";
|
||||
|
||||
Reference in New Issue
Block a user