docs: Update labels for Microsoft SharePoint node (no-changelog) (#15634)

This commit is contained in:
Justin Ellingwood
2025-05-23 15:14:20 +01:00
committed by GitHub
parent 0470c52224
commit 5636fb62ca
4 changed files with 6 additions and 6 deletions

View File

@@ -68,13 +68,13 @@ const properties: INodeProperties[] = [
name: 'fileContents', name: 'fileContents',
default: '', default: '',
description: 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: { displayOptions: {
show: { show: {
changeFileContent: [true], 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', placeholder: 'data',
required: true, required: true,
routing: { routing: {

View File

@@ -31,8 +31,8 @@ const properties: INodeProperties[] = [
name: 'fileContents', name: 'fileContents',
default: '', default: '',
description: 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', '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 update the file', hint: 'The name of the input field containing the binary file data to upload',
placeholder: 'data', placeholder: 'data',
required: true, required: true,
routing: { routing: {

View File

@@ -38,7 +38,7 @@ export const description: INodeProperties[] = [
{ {
name: 'Create or Update', name: 'Create or Update',
value: 'upsert', 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: { routing: {
request: { request: {
method: 'POST', method: 'POST',

View File

@@ -35,7 +35,7 @@ export const description: INodeProperties[] = [
{ {
name: 'Get Many', name: 'Get Many',
value: 'getAll', value: 'getAll',
description: 'Retrieve a list of', description: 'Retrieve a list of lists',
routing: { routing: {
request: { request: {
method: 'GET', method: 'GET',