We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"}'
The text was updated successfully, but these errors were encountered:
Fyi, the SDK generator uses this to generate this part of the readme.
Sorry, something went wrong.
We also need to update these two as deploy has been updated to push.
deploy
push
gurjeetsinghvirdee
No branches or pull requests
💭 Description
The issue is when I try to create a document using this command line, it doesn't work!
Now It works like that
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: