v3

latestOpenAPI 3.0.0private2026-07-31264964.3 KB

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

titlestring nullable

Title of the tile

iconURLstring nullable

Icon URL to show in the tile

urlstring nullable

The tile can be linked to an external URL

contentstring nullable

The content of the tile. Can be in markdown.

Example request

{
  "status": {
    "colorHex": "#fcc93c",
    "label": "In progress"
  }
}

Response

Ok

urlstring required

Direct url of the tile in the note