You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| collectionId | string |**Required** Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection). ||
576
+
| key | string | Attribute Key. ||
577
+
| required | boolean | Is attribute required? ||
578
+
| default | string | Default value for attribute when not provided. Cannot be set when attribute is required. ||
| collectionId | string |**Required** Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection). ||
595
+
| key | string |**Required** Attribute Key. ||
596
+
| required | boolean | Is attribute required? ||
597
+
| default | string | Default value for attribute when not provided. Cannot be set when attribute is required. ||
598
+
| newKey | string | New Attribute Key. ||
599
+
600
+
601
+
```http request
602
+
POST https://cloud.appwrite.io/v1/databases/{databaseId}/collections/{collectionId}/attributes/mediumtext
| collectionId | string |**Required** Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection). ||
614
+
| key | string | Attribute Key. ||
615
+
| required | boolean | Is attribute required? ||
616
+
| default | string | Default value for attribute when not provided. Cannot be set when attribute is required. ||
| collectionId | string |**Required** Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection). ||
633
+
| key | string |**Required** Attribute Key. ||
634
+
| required | boolean | Is attribute required? ||
635
+
| default | string | Default value for attribute when not provided. Cannot be set when attribute is required. ||
636
+
| newKey | string | New Attribute Key. ||
637
+
638
+
563
639
```http request
564
640
POST https://cloud.appwrite.io/v1/databases/{databaseId}/collections/{collectionId}/attributes/point
| collectionId | string |**Required** Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection). ||
784
+
| key | string | Attribute Key. ||
785
+
| required | boolean | Is attribute required? ||
786
+
| default | string | Default value for attribute when not provided. Cannot be set when attribute is required. ||
| collectionId | string |**Required** Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection). ||
803
+
| key | string |**Required** Attribute Key. ||
804
+
| required | boolean | Is attribute required? ||
805
+
| default | string | Default value for attribute when not provided. Cannot be set when attribute is required. ||
806
+
| newKey | string | New Attribute Key. ||
807
+
808
+
695
809
```http request
696
810
POST https://cloud.appwrite.io/v1/databases/{databaseId}/collections/{collectionId}/attributes/url
| collectionId | string |**Required** Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection). ||
860
+
| key | string | Attribute Key. ||
861
+
| size | integer | Attribute size for varchar attributes, in number of characters. Maximum size is 16381. ||
862
+
| required | boolean | Is attribute required? ||
863
+
| default | string | Default value for attribute when not provided. Cannot be set when attribute is required. ||
| collectionId | string |**Required** Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection). ||
880
+
| key | string |**Required** Attribute Key. ||
881
+
| required | boolean | Is attribute required? ||
882
+
| default | string | Default value for attribute when not provided. Cannot be set when attribute is required. ||
883
+
| size | integer | Maximum size of the varchar attribute. ||
884
+
| newKey | string | New Attribute Key. ||
885
+
886
+
733
887
```http request
734
888
GET https://cloud.appwrite.io/v1/databases/{databaseId}/collections/{collectionId}/attributes/{key}
0 commit comments