mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
🔥 Remove line breaks from param descriptions (#2473)
* 🔥 Remove line breaks from param descriptions * 🔥 Remove more line breaks * 🎨 Fix spacing for list item in tooltip * ⚡ Apply multiline with <p> tags * ⚡ Improve <code> and <a> tags * ✏️ Improve grammar and spelling * ⚡ Add missing <p> tags * ✏️ Make "multiple" phrasing consistent * ⚡ Fix unneeded quote escapes * ⚡ Encode angle brackets * ⚡ Fix typo and copy-paste artifact
This commit is contained in:
@@ -310,11 +310,7 @@ export const reportFields = [
|
||||
name: 'expression',
|
||||
type: 'string',
|
||||
default: 'ga:newUsers',
|
||||
description: `A metric expression in the request. An expression is constructed from one or more metrics and numbers.<br>
|
||||
Accepted operators include: Plus (+), Minus (-), Negation (Unary -), Divided by (/), Multiplied by (*), Parenthesis,<br>
|
||||
Positive cardinal numbers (0-9), can include decimals and is limited to 1024 characters. Example ga:totalRefunds/ga:users,<br>
|
||||
in most cases the metric expression is just a single metric name like ga:users. Adding mixed MetricType (E.g., CURRENCY + PERCENTAGE)<br>
|
||||
metrics will result in unexpected results.`,
|
||||
description: `<p>A metric expression in the request. An expression is constructed from one or more metrics and numbers.</p><p>Accepted operators include: Plus (+), Minus (-), Negation (Unary -), Divided by (/), Multiplied by (*), Parenthesis, Positive cardinal numbers (0-9), can include decimals and is limited to 1024 characters.</p><p>Example ga:totalRefunds/ga:users, in most cases the metric expression is just a single metric name like ga:users.</p><p>Adding mixed MetricType (E.g., CURRENCY + PERCENTAGE) metrics will result in unexpected results.</p>`,
|
||||
},
|
||||
{
|
||||
displayName: 'Formatting Type',
|
||||
|
||||
@@ -258,8 +258,7 @@ export const eventFields = [
|
||||
name: 'maxAttendees',
|
||||
type: 'number',
|
||||
default: 0,
|
||||
description: `The maximum number of attendees to include in the response.</br>
|
||||
If there are more than the specified number of attendees, only the participant is returned`,
|
||||
description: `The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned`,
|
||||
},
|
||||
{
|
||||
displayName: 'Repeat Frecuency',
|
||||
@@ -563,8 +562,7 @@ export const eventFields = [
|
||||
name: 'maxAttendees',
|
||||
type: 'number',
|
||||
default: 0,
|
||||
description: `The maximum number of attendees to include in the response.</br>
|
||||
If there are more than the specified number of attendees, only the participant is returned`,
|
||||
description: `The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned`,
|
||||
},
|
||||
{
|
||||
displayName: 'Timezone',
|
||||
@@ -652,8 +650,7 @@ export const eventFields = [
|
||||
name: 'maxAttendees',
|
||||
type: 'number',
|
||||
default: 0,
|
||||
description: `The maximum number of attendees to include in the response.</br>
|
||||
If there are more than the specified number of attendees, only the participant is returned`,
|
||||
description: `The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned`,
|
||||
},
|
||||
{
|
||||
displayName: 'Order By',
|
||||
@@ -700,8 +697,7 @@ export const eventFields = [
|
||||
name: 'singleEvents',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: `Whether to expand recurring events into instances and only return single one-off</br>
|
||||
events and instances of recurring events, but not the underlying recurring events themselves.`,
|
||||
description: `Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves.`,
|
||||
},
|
||||
{
|
||||
displayName: 'End Time',
|
||||
@@ -885,8 +881,7 @@ export const eventFields = [
|
||||
name: 'maxAttendees',
|
||||
type: 'number',
|
||||
default: 0,
|
||||
description: `The maximum number of attendees to include in the response.</br>
|
||||
If there are more than the specified number of attendees, only the participant is returned`,
|
||||
description: `The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned`,
|
||||
},
|
||||
{
|
||||
displayName: 'Repeat Frecuency',
|
||||
|
||||
@@ -125,7 +125,7 @@ export class GoogleCloudNaturalLanguage implements INodeType {
|
||||
name: 'gcsContentUri',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The Google Cloud Storage URI where the file content is located. This URI must be of the form: gs://bucket_name/object_name.<br/> For more details, see https://cloud.google.com/storage/docs/reference-uris.',
|
||||
description: `The Google Cloud Storage URI where the file content is located. This URI must be of the form: <code>gs://bucket_name/object_name</code>. For more details, see <a href="https://cloud.google.com/storage/docs/reference-uris.">reference</a>.`,
|
||||
required: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
||||
@@ -792,9 +792,7 @@ export class GoogleDrive implements INodeType {
|
||||
name: 'keepRevisionForever',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: `Whether to set the 'keepForever' field in the new head revision.</br>
|
||||
his is only applicable to files with binary content in Google Drive.</br>
|
||||
Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions.`,
|
||||
description: `Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions.`,
|
||||
},
|
||||
{
|
||||
displayName: 'OCR Language',
|
||||
@@ -955,7 +953,7 @@ export class GoogleDrive implements INodeType {
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'By default the response only contain the ID of the file.<br />If this option gets activated, it will resolve the data automatically.',
|
||||
description: 'By default the response only contain the ID of the file. If this option gets activated, it will resolve the data automatically.',
|
||||
},
|
||||
{
|
||||
displayName: 'Parents',
|
||||
@@ -1059,8 +1057,7 @@ export class GoogleDrive implements INodeType {
|
||||
},
|
||||
},
|
||||
default: false,
|
||||
description: `Set to true to opt in to API behavior that aims for all items to have exactly one parent.<br>
|
||||
This parameter only takes effect if the item is not in a shared drive`,
|
||||
description: `Set to true to opt in to API behavior that aims for all items to have exactly one parent. This parameter only takes effect if the item is not in a shared drive.`,
|
||||
},
|
||||
{
|
||||
displayName: 'Fields',
|
||||
@@ -1165,8 +1162,7 @@ export class GoogleDrive implements INodeType {
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
description: `This parameter only takes effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item.<br>
|
||||
When set to true, the item is moved to the new owner's My Drive root folder and all prior parents removed`,
|
||||
description: `<p>This parameter only takes effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item.</p><p>When set to true, the item is moved to the new owner's My Drive root folder and all prior parents removed.</p>`,
|
||||
},
|
||||
{
|
||||
displayName: 'Send Notification Email',
|
||||
|
||||
@@ -90,9 +90,7 @@ export const groupFields = [
|
||||
name: 'description',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `An extended description to help users determine the purpose of a group.<br>
|
||||
For example, you can include information about who should join the group,<br>
|
||||
the types of messages to send to the group, links to FAQs about the group, or related groups`,
|
||||
description: `An extended description to help users determine the purpose of a group. For example, you can include information about who should join the group, the types of messages to send to the group, links to FAQs about the group, or related groups`,
|
||||
},
|
||||
{
|
||||
displayName: 'Name',
|
||||
@@ -309,9 +307,7 @@ export const groupFields = [
|
||||
name: 'description',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `An extended description to help users determine the purpose of a group.<br>
|
||||
For example, you can include information about who should join the group,<br>
|
||||
the types of messages to send to the group, links to FAQs about the group, or related groups`,
|
||||
description: `An extended description to help users determine the purpose of a group. For example, you can include information about who should join the group, the types of messages to send to the group, links to FAQs about the group, or related groups`,
|
||||
},
|
||||
{
|
||||
displayName: 'Email',
|
||||
|
||||
@@ -640,8 +640,7 @@ export const userFields = [
|
||||
name: 'query',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `Free text search terms to find users that match these terms in any field, except for extended properties.</br>
|
||||
For more information on constructing user queries, see <a href="https://developers.google.com/admin-sdk/directory/v1/guides/search-users">Search for Users</a>`,
|
||||
description: `Free text search terms to find users that match these terms in any field, except for extended properties. For more information on constructing user queries, see <a href="https://developers.google.com/admin-sdk/directory/v1/guides/search-users">Search for Users</a>`,
|
||||
},
|
||||
{
|
||||
displayName: 'Show Deleted',
|
||||
|
||||
@@ -209,8 +209,7 @@ export const draftFields = [
|
||||
name: 'property',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `Name of the binary property containing the data to be added to the email as an attachment.</br>
|
||||
Multiples can be set separated by comma.`,
|
||||
description: `Name of the binary property containing the data to be added to the email as an attachment. Multiple properties can be set separated by comma.`,
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -252,7 +251,7 @@ export const draftFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
|
||||
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is "attachment_" the first attachment is saved to "attachment_0"',
|
||||
},
|
||||
{
|
||||
displayName: 'Format',
|
||||
@@ -368,7 +367,7 @@ export const draftFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
|
||||
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is "attachment_" the first attachment is saved to "attachment_0"',
|
||||
},
|
||||
{
|
||||
displayName: 'Format',
|
||||
|
||||
@@ -244,8 +244,7 @@ export const messageFields = [
|
||||
name: 'property',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `Name of the binary property containing the data to be added to the email as an attachment.</br>
|
||||
Multiples can be set separated by comma.`,
|
||||
description: `Name of the binary property containing the data to be added to the email as an attachment. Multiple properties can be set separated by comma.`,
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -283,9 +282,7 @@ export const messageFields = [
|
||||
type: 'string',
|
||||
placeholder: 'Name <test@gmail.com>',
|
||||
default: '',
|
||||
description: `The name displayed in your contacts inboxes.</br>
|
||||
It has to be in the format: "Display-Name <name@gmail.com>".</br>
|
||||
The email address has to match the email address of the logged in user for the API`,
|
||||
description: `The name displayed in your contacts inboxes. It has to be in the format: "Display-Name <name@gmail.com>". The email address has to match the email address of the logged in user for the API`,
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -355,7 +352,7 @@ export const messageFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
|
||||
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is "attachment_" the first attachment is saved to "attachment_0"',
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -437,7 +434,7 @@ export const messageFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
|
||||
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is "attachment_" the first attachment is saved to "attachment_0"',
|
||||
},
|
||||
{
|
||||
displayName: 'Format',
|
||||
@@ -503,10 +500,7 @@ export const messageFields = [
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
description: `Only return messages matching the specified query.</br>
|
||||
Supports the same query format as the Gmail search box.</br>
|
||||
For example, "from:someuser@example.com rfc822msgid:<somemsgid@example.com> is:unread".</br>
|
||||
Parameter cannot be used when accessing the api using the gmail.metadata scope.`,
|
||||
description: `Only return messages matching the specified query. Supports the same query format as the Gmail search box. For example, "from:someuser@example.com rfc822msgid:<somemsgid@example.com> is:unread". Parameter cannot be used when accessing the api using the gmail.metadata scope.`,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -179,7 +179,7 @@ export class GoogleSheets implements INodeType {
|
||||
},
|
||||
default: '',
|
||||
required: true,
|
||||
description: 'The ID of the Google Spreadsheet.<br />Found as part of the sheet URL https://docs.google.com/spreadsheets/d/{ID}/',
|
||||
description: 'The ID of the Google Spreadsheet. Found as part of the sheet URL https://docs.google.com/spreadsheets/d/{ID}/',
|
||||
},
|
||||
{
|
||||
displayName: 'Range',
|
||||
@@ -201,7 +201,7 @@ export class GoogleSheets implements INodeType {
|
||||
},
|
||||
default: 'A:F',
|
||||
required: true,
|
||||
description: 'The table range to read from or to append data to. See the Google <a href="https://developers.google.com/sheets/api/guides/values#writing">documentation</a> for the details.<br />If it contains multiple sheets it can also be added like this: "MySheet!A:F"',
|
||||
description: 'The table range to read from or to append data to. See the Google <a href="https://developers.google.com/sheets/api/guides/values#writing">documentation</a> for the details. If it contains multiple sheets it can also be added like this: "MySheet!A:F"',
|
||||
},
|
||||
|
||||
// ----------------------------------
|
||||
@@ -452,7 +452,7 @@ export class GoogleSheets implements INodeType {
|
||||
},
|
||||
},
|
||||
default: 0,
|
||||
description: 'Index of the row which contains the keys. Starts at 0.<br />The incoming node data is matched to the keys for assignment. The matching is case sensitive.',
|
||||
description: 'Index of the row which contains the keys. Starts at 0. The incoming node data is matched to the keys for assignment. The matching is case sensitive.',
|
||||
},
|
||||
|
||||
|
||||
@@ -782,7 +782,12 @@ export class GoogleSheets implements INodeType {
|
||||
type: 'string',
|
||||
default: '',
|
||||
placeholder: 'en_US',
|
||||
description: 'The locale of the spreadsheet in one of the following formats:<br /><ul><li>en (639-1)</li><li>fil (639-2 if no 639-1 format exists)</li><li>en_US (combination of ISO language an country)</li><ul>',
|
||||
description: `The locale of the spreadsheet in one of the following formats:
|
||||
<ul>
|
||||
<li>en (639-1)</li>
|
||||
<li>fil (639-2 if no 639-1 format exists)</li>
|
||||
<li>en_US (combination of ISO language an country)</li>
|
||||
<ul>`,
|
||||
},
|
||||
{
|
||||
displayName: 'Recalculation Interval',
|
||||
|
||||
@@ -171,7 +171,7 @@ export class GoogleSlides implements INodeType {
|
||||
{
|
||||
displayName: 'Presentation ID',
|
||||
name: 'presentationId',
|
||||
description: 'ID of the presentation to retrieve. Found in the presentation URL:<br><code>https://docs.google.com/presentation/d/PRESENTATION_ID/edit</code>',
|
||||
description: 'ID of the presentation to retrieve. Found in the presentation URL: <code>https://docs.google.com/presentation/d/PRESENTATION_ID/edit</code>',
|
||||
placeholder: '1wZtNFZ8MO-WKrxhYrOLMvyiqSgFwdSz5vn8_l_7eNqw',
|
||||
type: 'string',
|
||||
default: '',
|
||||
@@ -335,9 +335,7 @@ export class GoogleSlides implements INodeType {
|
||||
name: 'revisionId',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `The revision ID of the presentation required for the write request.</br>
|
||||
If specified and the requiredRevisionId doesn't exactly match the presentation's</br>
|
||||
current revisionId, the request will not be processed and will return a 400 bad request error.`,
|
||||
description: `The revision ID of the presentation required for the write request. If specified and the requiredRevisionId doesn't exactly match the presentation's current revisionId, the request will not be processed and will return a 400 bad request error.`,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -135,16 +135,14 @@ export const playlistFields = [
|
||||
name: 'onBehalfOfContentOwnerChannel',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID of the channel to which a video is being added.<br>
|
||||
This parameter is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it can only be used in conjunction with that parameter.`,
|
||||
description: `The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID of the channel to which a video is being added. This parameter is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it can only be used in conjunction with that parameter.`,
|
||||
},
|
||||
{
|
||||
displayName: 'On Behalf Of Content Owner',
|
||||
name: 'onBehalfOfContentOwner',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
|
||||
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -238,8 +236,7 @@ export const playlistFields = [
|
||||
name: 'onBehalfOfContentOwner',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
|
||||
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
},
|
||||
{
|
||||
displayName: 'On Behalf Of Content Owner Channel',
|
||||
@@ -292,8 +289,7 @@ export const playlistFields = [
|
||||
name: 'onBehalfOfContentOwner',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
|
||||
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -444,16 +440,14 @@ export const playlistFields = [
|
||||
name: 'onBehalfOfContentOwnerChannel',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID of the channel to which a video is being added.<br>
|
||||
This parameter is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it can only be used in conjunction with that parameter.`,
|
||||
description: `The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID of the channel to which a video is being added. This parameter is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it can only be used in conjunction with that parameter.`,
|
||||
},
|
||||
{
|
||||
displayName: 'On Behalf Of Content Owner',
|
||||
name: 'onBehalfOfContentOwner',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
|
||||
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -535,8 +529,7 @@ export const playlistFields = [
|
||||
name: 'onBehalfOfContentOwner',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
|
||||
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
},
|
||||
{
|
||||
displayName: 'Privacy Status',
|
||||
|
||||
@@ -118,8 +118,7 @@ export const playlistItemFields = [
|
||||
name: 'onBehalfOfContentOwner',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
|
||||
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
},
|
||||
{
|
||||
displayName: 'Position',
|
||||
@@ -222,8 +221,7 @@ export const playlistItemFields = [
|
||||
name: 'onBehalfOfContentOwner',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
|
||||
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -269,8 +267,7 @@ export const playlistItemFields = [
|
||||
name: 'onBehalfOfContentOwner',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
|
||||
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -400,8 +397,7 @@ export const playlistItemFields = [
|
||||
name: 'onBehalfOfContentOwner',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
|
||||
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -296,8 +296,7 @@ export const videoFields = [
|
||||
name: 'onBehalfOfContentOwner',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
|
||||
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -407,8 +406,7 @@ export const videoFields = [
|
||||
name: 'onBehalfOfContentOwner',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
|
||||
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user