From f40bb388f6fb96cfcb39c29683cfd5e5519a4c5a Mon Sep 17 00:00:00 2001 From: mengxucong Date: Thu, 8 Mar 2018 15:37:56 +0800 Subject: [PATCH] Fix some errors --- open-api/content/content-category.md | 4 ++-- open-api/content/content.md | 2 +- open-api/data/table.md | 16 +++++++++------- user-dash/content/content-category.md | 4 ++-- user-dash/content/content.md | 2 +- user-dash/data/table.md | 4 ++-- 6 files changed, 17 insertions(+), 15 deletions(-) diff --git a/open-api/content/content-category.md b/open-api/content/content-category.md index e7405367..08a227f0 100644 --- a/open-api/content/content-category.md +++ b/open-api/content/content-category.md @@ -63,7 +63,7 @@ https://cloud.minapp.com/oserve/v1/content/1/category/1/ **接口** -`GET https://cloud.minapp.com/oserve/v1/content/1/category/1/` +`GET https://cloud.minapp.com/oserve/v1/content/1/category/` **提交参数** @@ -142,7 +142,7 @@ https://cloud.minapp.com/oserve/v1/content/1/category/ **接口** -`POST https://cloud.minapp.com/oserve/v1/content/` +`POST https://cloud.minapp.com/oserve/v1/content/:content_group_id/category/` **参数说明** diff --git a/open-api/content/content.md b/open-api/content/content.md index 6886fb55..10efe612 100644 --- a/open-api/content/content.md +++ b/open-api/content/content.md @@ -120,7 +120,7 @@ https://cloud.minapp.com/oserve/v1/content/1/text/ } ``` -## 创建内容分类 +## 创建内容 **接口** diff --git a/open-api/data/table.md b/open-api/data/table.md index 95b5af2a..218f0446 100644 --- a/open-api/data/table.md +++ b/open-api/data/table.md @@ -28,9 +28,9 @@ | user:<:user_id> | String| 某个用户可写/可读 | | gid:<:group_id> | String| 某个分组下的用户可写/可读 | -具体描述与使用场景可参考[ACL 访问控制列表](../dashboard/acl.md)。 +具体描述与使用场景可参考[ACL 访问控制列表](../../dashboard/acl.md)。 -参数 schema 用于存储数据表字段的元信息,其结构遵循[JSON-Table-Schema][https://frictionlessdata.io/specs/table-schema/]的描述。 +参数 schema 用于存储数据表字段的元信息,其结构遵循[JSON-Table-Schema](https://frictionlessdata.io/specs/table-schema/)的描述。 例: @@ -60,18 +60,20 @@ | 属性 | 类型 | 必填 | 说明 | | :-------------- | :------------ |:---| :-- | | name | String(32) | 是 | 字段名(字母开头,字母、数字、下划线的组合) | -| type | String | 是 | 字段类型,可选: 等 | +| type | String | 是 | 字段类型 | | items | Object | 否 | 列表元素类型,array 字段类型必填 | | format | String | 否 | geojson 字段类型必填,值默认为 `default` | | description | String | 否 | 字段的描述,不填自动赋值为字段名称 | | constraints | Object | 否 | 字段的约束属性,仅支持 required 属性 | -| default | 跟字段类型一样 | 否 | 字段的默认值 | +| default | 跟字段类型一致 | 否 | 字段的默认值 | | acl | Object | 否 | 字段权限相关的属性 | | coordinate_type | String | 否 | geojson 字段类型必填| -`type` 目前支持 string、integer、number、boolean、array、geojson、file、date 等 -`items` 目前支持 string、integer、number、boolean 等 -`coordinate_type` 目前支持 wgs84(地球坐标)、gcj02(火星坐标) +- `type` 目前支持 string、integer、number、boolean、array、geojson、file、date 等 + +- `items` 目前支持 string、integer、number、boolean 等 + +- `coordinate_type` 目前支持 wgs84(地球坐标)、gcj02(火星坐标) 若字段是 array 类型,字段元信息为: diff --git a/user-dash/content/content-category.md b/user-dash/content/content-category.md index face14cf..9c6bd1e4 100644 --- a/user-dash/content/content-category.md +++ b/user-dash/content/content-category.md @@ -57,7 +57,7 @@ https://cloud.minapp.com/userve/v1/content/1/category/1/ **接口** -`GET https://cloud.minapp.com/userve/v1/content/1/category/1/` +`GET https://cloud.minapp.com/userve/v1/content/1/category/` **提交参数** @@ -130,7 +130,7 @@ https://cloud.minapp.com/userve/v1/content/1/category/ **接口** -`POST https://cloud.minapp.com/userve/v1/content/` +`POST https://cloud.minapp.com/userve/v1/content/:content_group_id/category/` **参数说明** diff --git a/user-dash/content/content.md b/user-dash/content/content.md index 235e333e..529e2e83 100644 --- a/user-dash/content/content.md +++ b/user-dash/content/content.md @@ -108,7 +108,7 @@ https://cloud.minapp.com/userve/v1/content/1/text/ } ``` -## 创建内容分类 +## 创建内容 **接口** diff --git a/user-dash/data/table.md b/user-dash/data/table.md index 081ca77c..caa26937 100644 --- a/user-dash/data/table.md +++ b/user-dash/data/table.md @@ -30,7 +30,7 @@ 具体描述与使用场景可参考[ACL 访问控制列表](../dashboard/acl.md)。 -参数 schema 用于存储数据表字段的元信息,其结构遵循[JSON-Table-Schema][https://frictionlessdata.io/specs/table-schema/]的描述。 +参数 schema 用于存储数据表字段的元信息,其结构遵循[JSON-Table-Schema](https://frictionlessdata.io/specs/table-schema/)的描述。 例: @@ -60,7 +60,7 @@ | 属性 | 类型 | 必填 | 说明 | | :-------------- | :------------ |:---| :-- | | name | String(32) | 是 | 字段名(字母开头,字母、数字、下划线的组合) | -| type | String | 是 | 字段类型,可选: 等 | +| type | String | 是 | 字段类型 | | items | Object | 否 | 列表元素类型,array 字段类型必填 | | format | String | 否 | geojson 字段类型必填,值默认为 `default` | | description | String | 否 | 字段的描述,不填自动赋值为字段名称 |