{ "opencollection": "1.0.0", "info": { "name": "Miro Developer Platform AI Interaction Logs Text items API", "version": "v2.0" }, "items": [ { "info": { "name": "Text items", "type": "folder" }, "items": [ { "info": { "name": "Create text item", "type": "http" }, "http": { "method": "POST", "url": "https://api.miro.com/v2/boards/:board_id/texts", "params": [ { "name": "board_id", "value": "", "type": "path", "description": "Unique identifier (ID) of the board where you want to create the item." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a text item to a board.

Required scope

boards:write

Rate limiting

Level 2
" }, { "info": { "name": "Get text item", "type": "http" }, "http": { "method": "GET", "url": "https://api.miro.com/v2/boards/:board_id/texts/:item_id", "params": [ { "name": "board_id", "value": "", "type": "path", "description": "Unique identifier (ID) of the board from which you want to retrieve a specific item." }, { "name": "item_id", "value": "", "type": "path", "description": "Unique identifier (ID) of the item that you want to retrieve." } ] }, "docs": "Retrieves information for a specific text item on a board.

Required scope

boards:read

Rate limiting

Level 1
" }, { "info": { "name": "Update text item", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.miro.com/v2/boards/:board_id/texts/:item_id", "params": [ { "name": "board_id", "value": "", "type": "path", "description": "Unique identifier (ID) of the board where you want to update the item." }, { "name": "item_id", "value": "", "type": "path", "description": "Unique identifier (ID) of the item that you want to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a text item on a board based on the data and style properties provided in the request body.

Required scope

boards:write

Rate limiting

Level 2
" }, { "info": { "name": "Delete text item", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.miro.com/v2/boards/:board_id/texts/:item_id", "params": [ { "name": "board_id", "value": "", "type": "path", "description": "Unique identifier (ID) of the board from which you want to delete the item." }, { "name": "item_id", "value": "", "type": "path", "description": "Unique identifier (ID) of the item that you want to delete." } ] }, "docs": "Deletes a text item from the board

Required scope

boards:write

Rate limiting

Level 3
" } ] } ], "bundled": true }