|
8 | 8 | customer engagement strategies. Learn more at onesignal.com |
9 | 9 | termsOfService: https://onesignal.com/tos |
10 | 10 | title: OneSignal |
11 | | - version: 1.3.0 |
| 11 | + version: 1.4.0 |
12 | 12 | servers: |
13 | 13 | - url: https://api.onesignal.com |
14 | 14 | paths: |
@@ -3760,15 +3760,29 @@ components: |
3760 | 3760 | type: string |
3761 | 3761 | writeOnly: true |
3762 | 3762 | external_id: |
| 3763 | + deprecated: true |
| 3764 | + description: "[DEPRECATED] Correlation and idempotency key.\nA request received\ |
| 3765 | + \ with this parameter will first look for another notification with the\ |
| 3766 | + \ same external_id. If one exists, a notification will not be sent, and\ |
| 3767 | + \ result of the previous operation will instead be returned. Therefore,\ |
| 3768 | + \ if you plan on using this feature, it's important to use a good source\ |
| 3769 | + \ of randomness to generate the UUID passed here.\nThis key is only idempotent\ |
| 3770 | + \ for 30 days. After 30 days, the notification could be removed from our\ |
| 3771 | + \ system and a notification with the same external_id will be sent again.\n\ |
| 3772 | + \ See Idempotent Notification Requests for more details\nwriteOnly: true\n" |
| 3773 | + nullable: true |
| 3774 | + type: string |
| 3775 | + idempotency_key: |
3763 | 3776 | description: "Correlation and idempotency key.\nA request received with\ |
3764 | 3777 | \ this parameter will first look for another notification with the same\ |
3765 | | - \ external_id. If one exists, a notification will not be sent, and result\ |
3766 | | - \ of the previous operation will instead be returned. Therefore, if you\ |
3767 | | - \ plan on using this feature, it's important to use a good source of randomness\ |
3768 | | - \ to generate the UUID passed here.\nThis key is only idempotent for 30\ |
3769 | | - \ days. After 30 days, the notification could be removed from our system\ |
3770 | | - \ and a notification with the same external_id will be sent again.\n \ |
3771 | | - \ See Idempotent Notification Requests for more details\nwriteOnly: true\n" |
| 3778 | + \ idempotency key. If one exists, a notification will not be sent, and\ |
| 3779 | + \ result of the previous operation will instead be returned. Therefore,\ |
| 3780 | + \ if you plan on using this feature, it's important to use a good source\ |
| 3781 | + \ of randomness to generate the UUID passed here.\nThis key is only idempotent\ |
| 3782 | + \ for 30 days. After 30 days, the notification could be removed from our\ |
| 3783 | + \ system and a notification with the same idempotency key will be sent\ |
| 3784 | + \ again.\n See Idempotent Notification Requests for more details\nwriteOnly:\ |
| 3785 | + \ true\n" |
3772 | 3786 | nullable: true |
3773 | 3787 | type: string |
3774 | 3788 | contents: |
|
0 commit comments