
I have error on function with python. Can someone help me what is going on?

Good catch! It should be body_raw
in Python

same for queryString
-> query_string

@VincentGe I believe those came from docs. Let's double check all Python examples to use proper snake-case (underline)

Owh yeah, it work's, thank's @Meldiron


@Meldiron Fix
Recommended threads
- Unable to add permission when creating a...
I am creating a collection from a cloud function using the Appwrite Dart server SDK, and I want to add permissions so it can be accessed by users. I added code ...
- Create owner team member with Server fun...
I understand that when creating a team with a function, the user that made the request will not be the owner so I think I have to add the user that did the requ...
- Schedule a function job with timezone
I am aware that cron schedule will work on UTC timezone. I would like to run my function at a particular time everyday in new york time. If I use UTC, it will m...
