File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88#### API 端点名称
99Method: 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 端点名称
3030Method: DELETE
3131
32- PATH: /{databaseId }/items/properties/{propertyName}
32+ PATH: /{project_id }/items/properties/{propertyName}
3333
3434| 状态码 | 描述 |
3535| --------| --------------------|
Original file line number Diff line number Diff line change 1+ uopensail.com
You can’t perform that action at this time.
0 commit comments