mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
docs: Update labels for Microsoft SharePoint node (no-changelog) (#15634)
This commit is contained in:
committed by
GitHub
parent
0470c52224
commit
5636fb62ca
@@ -68,13 +68,13 @@ const properties: INodeProperties[] = [
|
||||
name: 'fileContents',
|
||||
default: '',
|
||||
description:
|
||||
'Find the name of input field containing the binary data to update the file in the Input panel on the left, in the Binary tab',
|
||||
'Find the name of input field containing the binary data to update the file with in the Input panel on the left, in the Binary tab',
|
||||
displayOptions: {
|
||||
show: {
|
||||
changeFileContent: [true],
|
||||
},
|
||||
},
|
||||
hint: 'The name of the input field containing the binary file data to update the file',
|
||||
hint: 'The name of the input field containing the binary file data to update the file with',
|
||||
placeholder: 'data',
|
||||
required: true,
|
||||
routing: {
|
||||
|
||||
@@ -31,8 +31,8 @@ const properties: INodeProperties[] = [
|
||||
name: 'fileContents',
|
||||
default: '',
|
||||
description:
|
||||
'Find the name of input field containing the binary data to upload the file in the Input panel on the left, in the Binary tab',
|
||||
hint: 'The name of the input field containing the binary file data to update the file',
|
||||
'Find the name of input field containing the binary data to upload in the Input panel on the left, in the Binary tab',
|
||||
hint: 'The name of the input field containing the binary file data to upload',
|
||||
placeholder: 'data',
|
||||
required: true,
|
||||
routing: {
|
||||
|
||||
@@ -38,7 +38,7 @@ export const description: INodeProperties[] = [
|
||||
{
|
||||
name: 'Create or Update',
|
||||
value: 'upsert',
|
||||
description: 'Create a new record, or update the current one if it already exists (upsert)',
|
||||
description: 'Create a new item, or update the current one if it already exists (upsert)',
|
||||
routing: {
|
||||
request: {
|
||||
method: 'POST',
|
||||
|
||||
@@ -35,7 +35,7 @@ export const description: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve a list of',
|
||||
description: 'Retrieve a list of lists',
|
||||
routing: {
|
||||
request: {
|
||||
method: 'GET',
|
||||
|
||||
Reference in New Issue
Block a user