Skip to content

Commit a03bee2

Browse files
authored
Merge pull request #5 from uopensail/home
Home
2 parents 1bf9f4f + 01b0d34 commit a03bee2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/user-documentation/api-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
#### API 端点名称
99
Method: PUT
1010

11-
PATH: /{databaseId}/items/properties/{propertyName}?type=<string>
11+
PATH: /{project_id}/items/properties/{propertyName}?type=<string>
1212
#### 参数
1313

1414
| 参数名称 | 类型 | 位置 | 必填 | 描述与约束 |
1515
|----------------|----------|--------|------|--------------------------------------------------------------------------------------------------------------------------------------------------|
16-
| `databased` | string | path | Yes | 数据库ID |
16+
| `project_id` | string | path | Yes | |
1717
| `propertyName` | string | path | Yes | 要创建的属性名称。<br>满足正则表达式 ^[a-zA-Z0-9][a-zA-Z0-9_-:]*$ <br>⚠️ 保留名称(大小写不敏感):`id`, `itemid`。<br>⛔ 长度限制:不超过63字符。 |
1818
| `type` | string | query | Yes | 属性值类型,可选值:<br>`int`(64位有符号整数)、<br>`float`(单精度浮点)、<br>`str`(UTF-8字符串)、<br>`list_int`(整型数组)、<br>`list_float`(浮点型数组)、<br>`list_str`(字符串数组)|
1919

@@ -29,7 +29,7 @@ PATH: /{databaseId}/items/properties/{propertyName}?type=<string>
2929
#### API 端点名称
3030
Method: DELETE
3131

32-
PATH: /{databaseId}/items/properties/{propertyName}
32+
PATH: /{project_id}/items/properties/{propertyName}
3333

3434
| 状态码 | 描述 |
3535
|--------|--------------------|

static/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uopensail.com

0 commit comments

Comments
 (0)