-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersproduct / docsFixes and upgrades for the Appwrite Docs.Fixes and upgrades for the Appwrite Docs.
Description
👟 Reproduction steps
Go to: https://appwrite.io/docs/models/attributeDatetime
I think the example on the website is wrong, because I got an error from appwlite cli:
{ "key": "birthDay", "type": "2020-10-15T06:38:00.000+00:00", "status": "available", "required": true, "array": false, "format": "datetime", "default": "2020-10-15T06:38:00.000+00:00" }
👍 Expected behavior
It should be (is there a format possible?):
{ "key": "birthDay", "type": "datetime", "status": "available", "required": true, "array": false, "default": "2020-10-15T06:38:00.000+00:00" }
👎 Actual Behavior
Actually i got an error from the console.
🎲 Appwrite version
Version 1.2.x
💻 Operating system
Linux
🧱 Your Environment
No response
👀 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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersproduct / docsFixes and upgrades for the Appwrite Docs.Fixes and upgrades for the Appwrite Docs.