mirror of
https://github.com/caronc/apprise.git
synced 2025-01-21 05:19:01 +01:00
details() consistency update for SNS and SES services (#919)
This commit is contained in:
parent
a4a5141226
commit
cd970843a3
@ -157,6 +157,7 @@ class NotifySES(NotifyBase):
|
||||
'name': _('From Email'),
|
||||
'type': 'string',
|
||||
'map_to': 'from_addr',
|
||||
'required': True,
|
||||
},
|
||||
'access_key_id': {
|
||||
'name': _('Access Key ID'),
|
||||
|
@ -144,6 +144,7 @@ class NotifySNS(NotifyBase):
|
||||
'targets': {
|
||||
'name': _('Targets'),
|
||||
'type': 'list:string',
|
||||
'required': True,
|
||||
},
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user