Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 85d9444

Browse files
committed
Include old env with deprecation notice
1 parent bd0b21a commit 85d9444

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/views/docs/functions.phtml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,13 @@ void main() { // Init SDK
307307
</td>
308308
<td>A <a href="https://jwt.io/">JSON Web Token</a> generated for the user that executes your function.</td>
309309
</tr>
310+
<tr>
311+
<td>
312+
APPWRITE_FUNCTION_EVENT_PAYLOAD
313+
<p class="margin-top-small text-fade">version &lt; 0.8.0</p>
314+
</td>
315+
<td>Your function event payload. Deprecated in favor of APPWRITE_FUNCTION_EVENT_DATA in version 0.8.0.</td>
316+
</tr>
310317
</tbody>
311318
</table>
312319

0 commit comments

Comments
 (0)