mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update specs
This commit is contained in:
@@ -14182,7 +14182,7 @@
|
||||
},
|
||||
"priority": {
|
||||
"type": "string",
|
||||
"description": "Set the notification priority. \"normal\" will consider device battery state and may send notifications later. \"high\" will always attempt to immediately deliver the notification.",
|
||||
"description": "Set the notification priority. \"normal\" will consider device state and may not deliver notifications immediately. \"high\" will always attempt to immediately deliver the notification.",
|
||||
"x-example": "normal",
|
||||
"enum": [
|
||||
"normal",
|
||||
|
||||
@@ -13040,7 +13040,7 @@
|
||||
},
|
||||
"priority": {
|
||||
"type": "string",
|
||||
"description": "Set the notification priority. \"normal\" will consider device battery state and may send notifications later. \"high\" will always attempt to immediately deliver the notification.",
|
||||
"description": "Set the notification priority. \"normal\" will consider device state and may not deliver notifications immediately. \"high\" will always attempt to immediately deliver the notification.",
|
||||
"x-example": "normal",
|
||||
"enum": [
|
||||
"normal",
|
||||
|
||||
@@ -14182,7 +14182,7 @@
|
||||
},
|
||||
"priority": {
|
||||
"type": "string",
|
||||
"description": "Set the notification priority. \"normal\" will consider device battery state and may send notifications later. \"high\" will always attempt to immediately deliver the notification.",
|
||||
"description": "Set the notification priority. \"normal\" will consider device state and may not deliver notifications immediately. \"high\" will always attempt to immediately deliver the notification.",
|
||||
"x-example": "normal",
|
||||
"enum": [
|
||||
"normal",
|
||||
|
||||
@@ -13040,7 +13040,7 @@
|
||||
},
|
||||
"priority": {
|
||||
"type": "string",
|
||||
"description": "Set the notification priority. \"normal\" will consider device battery state and may send notifications later. \"high\" will always attempt to immediately deliver the notification.",
|
||||
"description": "Set the notification priority. \"normal\" will consider device state and may not deliver notifications immediately. \"high\" will always attempt to immediately deliver the notification.",
|
||||
"x-example": "normal",
|
||||
"enum": [
|
||||
"normal",
|
||||
|
||||
@@ -14411,7 +14411,7 @@
|
||||
"badge": {
|
||||
"type": "integer",
|
||||
"description": "Badge for push notification. Available only for iOS Platform.",
|
||||
"default": 0,
|
||||
"default": -1,
|
||||
"x-example": null
|
||||
},
|
||||
"draft": {
|
||||
@@ -14440,7 +14440,7 @@
|
||||
},
|
||||
"priority": {
|
||||
"type": "string",
|
||||
"description": "Set the notification priority. \"normal\" will consider device battery state and may send notifications later. \"high\" will always attempt to immediately deliver the notification.",
|
||||
"description": "Set the notification priority. \"normal\" will consider device state and may not deliver notifications immediately. \"high\" will always attempt to immediately deliver the notification.",
|
||||
"default": "high",
|
||||
"x-example": "normal",
|
||||
"enum": [
|
||||
|
||||
@@ -13277,7 +13277,7 @@
|
||||
"badge": {
|
||||
"type": "integer",
|
||||
"description": "Badge for push notification. Available only for iOS Platform.",
|
||||
"default": 0,
|
||||
"default": -1,
|
||||
"x-example": null
|
||||
},
|
||||
"draft": {
|
||||
@@ -13306,7 +13306,7 @@
|
||||
},
|
||||
"priority": {
|
||||
"type": "string",
|
||||
"description": "Set the notification priority. \"normal\" will consider device battery state and may send notifications later. \"high\" will always attempt to immediately deliver the notification.",
|
||||
"description": "Set the notification priority. \"normal\" will consider device state and may not deliver notifications immediately. \"high\" will always attempt to immediately deliver the notification.",
|
||||
"default": "high",
|
||||
"x-example": "normal",
|
||||
"enum": [
|
||||
|
||||
@@ -14411,7 +14411,7 @@
|
||||
"badge": {
|
||||
"type": "integer",
|
||||
"description": "Badge for push notification. Available only for iOS Platform.",
|
||||
"default": 0,
|
||||
"default": -1,
|
||||
"x-example": null
|
||||
},
|
||||
"draft": {
|
||||
@@ -14440,7 +14440,7 @@
|
||||
},
|
||||
"priority": {
|
||||
"type": "string",
|
||||
"description": "Set the notification priority. \"normal\" will consider device battery state and may send notifications later. \"high\" will always attempt to immediately deliver the notification.",
|
||||
"description": "Set the notification priority. \"normal\" will consider device state and may not deliver notifications immediately. \"high\" will always attempt to immediately deliver the notification.",
|
||||
"default": "high",
|
||||
"x-example": "normal",
|
||||
"enum": [
|
||||
|
||||
@@ -13277,7 +13277,7 @@
|
||||
"badge": {
|
||||
"type": "integer",
|
||||
"description": "Badge for push notification. Available only for iOS Platform.",
|
||||
"default": 0,
|
||||
"default": -1,
|
||||
"x-example": null
|
||||
},
|
||||
"draft": {
|
||||
@@ -13306,7 +13306,7 @@
|
||||
},
|
||||
"priority": {
|
||||
"type": "string",
|
||||
"description": "Set the notification priority. \"normal\" will consider device battery state and may send notifications later. \"high\" will always attempt to immediately deliver the notification.",
|
||||
"description": "Set the notification priority. \"normal\" will consider device state and may not deliver notifications immediately. \"high\" will always attempt to immediately deliver the notification.",
|
||||
"default": "high",
|
||||
"x-example": "normal",
|
||||
"enum": [
|
||||
|
||||
Reference in New Issue
Block a user