Notion
notion_update_data_source
Update a data source title or property schema.
Remote node2flow/notion
Other tools also called notion_update_data_source?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"title": {
"type": "array",
"description": "New title as rich text"
},
"properties": {
"type": "object",
"description": "Updated property schema"
},
"data_source_id": {
"type": "string",
"description": "Data source ID"
}
}
}