Skip to content

Commit

Permalink
Modify the text of data types of properties
Browse files Browse the repository at this point in the history
  • Loading branch information
vichayturen committed Sep 22, 2024
1 parent 34f50f8 commit b1ebaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/clients/restful-api/propertykey.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ weight: 2
Params Description:

- name: The name of the property type, required.
- data_type: The data type of the property type, including: bool, byte, int, long, float, double, string, date, uuid, blob. The default data type is string.
- data_type: The data type of the property type, including: bool, byte, int, long, float, double, text, blob, date, uuid. The default data type is text.
- cardinality: The cardinality of the property type, including: single, list, set. The default cardinality is single.

Request Body Field Description:
Expand Down

0 comments on commit b1ebaaa

Please sign in to comment.