@@ -36,10 +36,10 @@ export const description: INodeProperties[] = [
|
||||
action: 'Get a framework',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all frameworks',
|
||||
action: 'Get all frameworks',
|
||||
description: 'Get many frameworks',
|
||||
action: 'Get many frameworks',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -66,7 +66,7 @@ export async function execute(
|
||||
}
|
||||
`;
|
||||
|
||||
const input: Record<string, any> = { id };
|
||||
const input: Record<string, string> = { id };
|
||||
if (name) input.name = name;
|
||||
if (description) input.description = description;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user