diff --git a/app/views/docs/attribute-model.phtml b/app/views/docs/attribute-model.phtml new file mode 100644 index 000000000..c596dbb64 --- /dev/null +++ b/app/views/docs/attribute-model.phtml @@ -0,0 +1,70 @@ +
| Name | +Type | +Description | +key | +string | +Attribute key. | + + +type | +string | +Attribute type. | + + +status | +string | +Attribute status. Possible values: available, processing, deleting, stuck, or failed |
+
+
+ required | +boolean | +Is attribute required? | + + +array | +boolean | +Is attribute an array? | + +
Appwrite has many types of attributes that extend the properties of this generic attribute object. To view examples, visit the page for your specific attribute type.
+ + + + + ++attributeUrl +
++attributeIp +
+ + + \ No newline at end of file