Skip to content

Commit

Permalink
pageSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Mar 10, 2022
1 parent bc996b0 commit 6743fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/docs/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ return (
通过 API 动态生成 对象的列表视图、记录详情页视图 pageSchema。

```
GET /api/page/:renderEngine/:type/default?app=xxx&objectApiName=yyy&recordId=zzz
GET /api/pageSchema/:renderEngine/:type/default?app=xxx&objectApiName=yyy&recordId=zzz
```

### 我的 Schema
Expand All @@ -241,5 +241,5 @@ GET /api/page/:renderEngine/:type/default?app=xxx&objectApiName=yyy&recordId=zzz
- 需要处理 Schema 中的字段权限。

```
GET /api/page/:renderEngine/:type/me?app=xxx&objectApiName=yyy&recordId=zzz
GET /api/pageSchema/:renderEngine/:type/me?app=xxx&objectApiName=yyy&recordId=zzz
```

0 comments on commit 6743fb0

Please sign in to comment.