appwrite / website

The Appwrite website, docs and blog 🏠
https://appwrite.io
215 stars 204 forks source link

📚 Documentation: python example incorrect in Functions/Develop#Request #1482

Open ffex opened 2 weeks ago

ffex commented 2 weeks ago

💭 Description

The Functions/Develop docshave a syntax error in the code, the syntax for python example don't seem to match between the docs and the SDKs.

The context.req.bodyText and context.req.bodyJson not exist in Python SDK.

Image

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?

ffex commented 2 weeks ago

Sorry! I close for error! 😅

I can work on this! the correct values are body_text and body_json!

Thanks and sorry!