mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat: Allow multi API creation via the UI (#12845)
This commit is contained in:
@@ -175,14 +175,6 @@ export declare namespace CredentialRequest {
|
||||
>;
|
||||
}
|
||||
|
||||
// ----------------------------------
|
||||
// /api-keys
|
||||
// ----------------------------------
|
||||
|
||||
export declare namespace ApiKeysRequest {
|
||||
export type DeleteAPIKey = AuthenticatedRequest<{ id: string }>;
|
||||
}
|
||||
|
||||
// ----------------------------------
|
||||
// /me
|
||||
// ----------------------------------
|
||||
|
||||
Reference in New Issue
Block a user