File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Each notion api endpoint has a corresponding method associated with it
3333| [ Retrieve a page] ( https://developers.notion.com/reference/retrieve-a-page ) | ` GetPageAsync ` |
3434| [ Create a page] ( https://developers.notion.com/reference/post-page ) | ` CreatePageAsync ` |
3535| [ Update page] ( https://developers.notion.com/reference/patch-page ) | ` UpdatePageAsync ` |
36- | [ Retrieve a page property item] ( https://developers.notion.com/reference/retrieve-a-page-property ) | |
36+ | [ Retrieve a page property item] ( https://developers.notion.com/reference/retrieve-a-page-property ) | ` GetPagePropertyAsync ` |
3737| [ Retrieve a block] ( https://developers.notion.com/reference/retrieve-a-block ) | ` GetBlockAsync ` |
3838| [ Update a block] ( https://developers.notion.com/reference/update-a-block ) | ` UpdateBlockAsync ` |
3939| [ Retrieve block children] ( https://developers.notion.com/reference/get-block-children ) | ` GetBlocksChildrenAsync ` |
You can’t perform that action at this time.
0 commit comments