feat(dropbox): elaborate on argument label
This commit is contained in:
@@ -7,7 +7,7 @@ export default defineAction({
|
|||||||
description: 'Rename a file with the given file path and new name',
|
description: 'Rename a file with the given file path and new name',
|
||||||
arguments: [
|
arguments: [
|
||||||
{
|
{
|
||||||
label: 'File',
|
label: 'File Path',
|
||||||
key: 'filePath',
|
key: 'filePath',
|
||||||
type: 'string' as const,
|
type: 'string' as const,
|
||||||
required: true,
|
required: true,
|
||||||
|
Reference in New Issue
Block a user