Skip to content

Commit 5027102

Browse files
vichayturenimbajin
andauthored
Modify the text of data types of property-api (#372)
* Modify the text of data types of properties * Update propertykey.md * Update propertykey.md --------- Co-authored-by: imbajin <jin@apache.org>
1 parent 34f50f8 commit 5027102

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/cn/docs/clients/restful-api/propertykey.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ weight: 2
99
Params说明:
1010

1111
- name:属性类型名称,必填
12-
- data_type:属性类型数据类型,包括:bool、byte、int、long、float、double、string、date、uuid、blob,默认string类型
13-
- cardinality:属性类型基数,包括:single、list、set,默认single
12+
- data_type:属性类型数据类型,包括:bool、byte、int、long、float、double、text、date、uuid、blob,默认 `text` 类型 (代表 string 字符串类型)
13+
- cardinality:属性类型基数,包括:single、list、set,默认 `single` (代表单属性值)
1414

1515
请求体字段说明:
1616

content/en/docs/clients/restful-api/propertykey.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ weight: 2
99
Params Description:
1010

1111
- name: The name of the property type, required.
12-
- 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.
13-
- cardinality: The cardinality of the property type, including: single, list, set. The default cardinality is single.
12+
- 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` (Represent a `string` type)
13+
- cardinality: The cardinality of the property type, including: single, list, set. The default cardinality is `single`.
1414

1515
Request Body Field Description:
1616

0 commit comments

Comments
 (0)