
Hello guys, I'm working on an application in which I'm using a language that is not officially available in the documentation, so I was using the Rest api via endpoints... today I went to the documentation and everything had changed... where do I find the endpoints like : https://cloud.appwrite.io/v1/databases/xxxxxxxxxx/collections/xxxxxxx/documents


from the dropdown you can select the type you want

thanks 😄

another problem

https://appwrite.io/docs/references/cloud/client-rest/users
Is this session no longer supported via REST?

I'm using the endpoint > https://cloud.appwrite.io/v1/users/md5 to create accounts in md5...

what do you mean? You were never able to create a session with the user api. that's done with the account api

sorry, I meant > documentation

what do you mean?

I think he means that no rest endpoints are shown in the documentations. https://appwrite.io/docs/references/1.4.x/client-rest/users
It does for the sdks but not for REST

oh interesting...

yep xD

We still don't have the documentation...

It's in the example
Recommended threads
- Cannot create a user
Hi, I am using a lowcoder frontend and trying to create a user in Appwrite (python function). Unfortunately, all I got is an error: "Raw body: Error". It means...
- Invalid credentials after migration
Hi everyone! After migrating our self-hosted Appwrite 1.3.1 to another server (staging, so a different domain), we are now getting 'Invalid credentials' when ...
- I am getting a 401 unauthorized response...
I have a Next.js application that stores user PDFs. I'm able to save them normally, but when trying to access the files using getFileView, I get a 401 Unauthori...
