addBlockParagraph {notionR} | R Documentation |
Adds a Paragraph Block to a Page
Description
Id refers to a page id, content should be only text. HTML will export to text.
Usage
addBlockParagraph(secret, id, content)
Arguments
secret |
API token |
id |
Page id where block will be appended |
content |
content to append |
Value
list
[Package notionR version 0.0.9 Index]