✏️ Touch up description for account ID

This commit is contained in:
Iván Ovejero 2021-06-16 15:52:41 +02:00
parent 9e074b46e3
commit df3ed8d351

View file

@ -218,7 +218,7 @@ export const accountFields = [
{
displayName: 'Account ID',
name: 'accountId',
description: 'ID of the account to delete.',
description: 'ID of the account to delete. Can be found at the end of the URL.',
type: 'string',
required: true,
default: '',
@ -240,7 +240,7 @@ export const accountFields = [
{
displayName: 'Account ID',
name: 'accountId',
description: 'ID of the account to retrieve.',
description: 'ID of the account to retrieve. Can be found at the end of the URL.',
type: 'string',
required: true,
default: '',
@ -267,7 +267,7 @@ export const accountFields = [
{
displayName: 'Account ID',
name: 'accountId',
description: 'ID of the account to update.',
description: 'ID of the account to update. Can be found at the end of the URL.',
type: 'string',
required: true,
default: '',