v3
latestOpenAPI 3.0.0private2026-07-31264964.3 KBUpdate 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