Closed
Description
π Description
The issue is when I try to create a document using this command line, it doesn't work!
$ appwrite database createDocument --collectionId <ID> --documentId 'unique()' --data '{ "Name": "Iron Man" }' --permissions 'read("any")' 'read("team:abc")'
Now It works like that
appwrite databases create-document --database-id=<databaseID> --collection-id=<collectionID> --document-id="unique()" --data '{"name": "Walter O Brein"}'
π Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
π’ Have you read the Code of Conduct?
- I have read the Code of Conduct