File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
components/notion/actions/create-page
docs-v2/pages/connect/components Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ import base from "../common/base-page-builder.mjs";
44
55export default {
66 ...base ,
7- key : "DANNY- notion-create-page" ,
8- name : "DANNY Create Page" ,
7+ key : "notion-create-page" ,
8+ name : "Create Page" ,
99 description : "Create a page from a parent page. [See the documentation](https://developers.notion.com/reference/post-page)" ,
10- version : "0.2.{{ts}} " ,
10+ version : "0.2.16 " ,
1111 type : "action" ,
1212 props : {
1313 notion,
Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ The payload for the configuration API call must contain the following fields:
3223224 . ` configured_props ` : an object containing the props that have already been
323323 configured. The initial configuration call must contain the ID of the account
324324 (aka ` authProvisionId ` ) that your user has connected to the target app (see
325- [ this section] ( workflows#configure-accounts-to-use-your-end-users- auth) for
325+ [ this section] ( /connect/managed- auth/quickstart ) for
326326 more details on how to create these accounts).
327327
328328We'll use the [ ** List Commits** component for
You can’t perform that action at this time.
0 commit comments