mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Merge 4babb919a7
into d2dd1796a8
This commit is contained in:
commit
9949e73de4
|
@ -252,12 +252,15 @@ export class Pushover implements INodeType {
|
||||||
description: "Your message's title, otherwise your app's name is used",
|
description: "Your message's title, otherwise your app's name is used",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Timestamp',
|
displayName: 'Time to Live (Seconds)',
|
||||||
name: 'timestamp',
|
name: 'ttl',
|
||||||
type: 'dateTime',
|
type: 'number',
|
||||||
default: '',
|
typeOptions: {
|
||||||
|
minValue: 0,
|
||||||
|
},
|
||||||
|
default: 0,
|
||||||
description:
|
description:
|
||||||
"A Unix timestamp of your message's date and time to display to the user, rather than the time your message is received by our API",
|
'A number of seconds that the message will live, before being deleted automatically',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'URL',
|
displayName: 'URL',
|
||||||
|
|
Loading…
Reference in a new issue