Rank 2: Process
Hi,
Sorry for the spam... but can't found in the documentation any sample for the property execute in appwrite.json.
{ "projectId": "113431412", "projectName": "MyProject", "functions": [ { "$id": "12345", "name": "function_first", "runtime": "node-16.0", "path": "functions/function_first", "entrypoint": "src/index.js", "ignore": [ "node_modules", ".npm" ], "execute": [ "users" ], "events": [], "schedule": "", "timeout": 15, "variables" : { "APPWRITE_FUNCTION_ENDPOINT":"https://....", "APPWRITE_FUNCTION_API_KEY":"...." } }, }
What sort of string can I put in the property execute ?
The documentation say to go to https://appwrite.io/docs/permissions but I've try many thing ("any", "users", "role.any", etc) but nothing works...