Update a tile in a note
Update or create tile. A tile is rendered with a structured header and a markdown content. You can create a tile by copying a tile id from Slite by clicking on Copy block id on an empty line setting in the editor.
put/notes/{noteId}/tiles/{tileId}
Path parameters
noteIdstring required
Note id containing the tile id
tileIdstring required
Tile id to update
Request body
Example request
{
"status": {
"colorHex": "#fcc93c",
"label": "In progress"
}
}Response
Ok
Changes
Changed in 1 of the 5 revisions of this API.1
- ○
the security scope
writewas added to the endpoint's security schemebearerapi-security-scope-added
- ○