Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
Root id of the object to gather sources from. This should be created from the UI as a new custom data source.
Example:
["a2ZSuHnZf"]
Unique id of the object to index scoped to the rootId
Example:
["custom-id"]
Title of the object to index
Example:
["Note title"]
Content of the object to index
Example:
["# Content in markdown"]
Type of the object to index. Can be "markdown" or "html"
Available options:
markdown
, html
Last update date of the object to index. Used to determine the freshness of the object.
Example:
["2021-01-01T00:00:00Z"]
Url of the object to index. Used to redirect to the proper page.
Example:
[
"https://slite.slite.page/p/S1TSuHnZf/Security-at-Slite"
]