Add query parameter to operation issue:getAll (Sentry.io) (#1560)

This commit is contained in:
Ricardo Espinoza
2021-03-21 07:19:15 -04:00
committed by GitHub
parent 9cec2a73c7
commit 538d34510d
5 changed files with 16 additions and 8 deletions

View File

@@ -56,14 +56,14 @@ export class SentryIo implements INodeType {
description: INodeTypeDescription = {
displayName: 'Sentry.io',
name: 'sentryIo',
icon: 'file:sentryio.png',
icon: 'file:sentryio.svg',
group: ['output'],
version: 1,
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
description: 'Consume Sentry.io API',
defaults: {
name: 'Sentry.io',
color: '#000000',
color: '#362d59',
},
inputs: ['main'],
outputs: ['main'],