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
{{ message }}
This repository was archived by the owner on Sep 29, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: app/views/docs/functions.phtml
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ void main() { // Init SDK
275
275
</tr>
276
276
<tr>
277
277
<td>
278
-
APPWRITE_FUNCTION_EVENT_PAYLOAD
278
+
APPWRITE_FUNCTION_EVENT_DATA
279
279
</td>
280
280
<td>Your function event payload. This value is available only when your function trigger is 'event'. This variable value contains a string in JSON format with your specific event data.</td>
281
281
</tr>
@@ -307,6 +307,13 @@ void main() { // Init SDK
307
307
</td>
308
308
<td>A <a href="https://jwt.io/">JSON Web Token</a> generated for the user that executes your function.</td>
0 commit comments