You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The CreateMessage holds information about a message that will be sent.",
2751
+
"type": "object",
2752
+
"title": "CreateMessage Model",
2753
+
"required": [
2754
+
"message"
2755
+
],
2756
+
"properties": {
2757
+
"appid": {
2758
+
"description": "The application id that send this message. Always set when returned via the API.",
2759
+
"type": "integer",
2760
+
"format": "int64",
2761
+
"x-go-name": "ApplicationID",
2762
+
"example": 5
2763
+
},
2764
+
"extras": {
2765
+
"description": "The extra data sent along the message.\n\nThe extra fields are stored in a key-value scheme. Only accepted in CreateMessage requests with application/json content-type.\n\nThe keys should be in the following format: \u0026lt;top-namespace\u0026gt;::[\u0026lt;sub-namespace\u0026gt;::]\u0026lt;action\u0026gt;\n\nThese namespaces are reserved and might be used in the official clients: gotify android ios web server client. Do not use them for other purposes.",
0 commit comments