v3
latestOpenAPI 3.1.02026-07-31495191.1 MBData sources
Update a data source
patch/v1/data_sources/{data_source_id}
Path parameters
data_source_idstring required
Headers
Notion-Version'2026-03-11' required
The API version to use for this request. The latest version is 2026-03-11.
Request body
Example request
{
"title": [
{
"text": {
"link": {
"url": "https://www.notion.com"
}
}
}
],
"icon": {
"icon": {
"name": "pizza"
}
}
}Response
Example response
{
"title": [
{
"text": {
"link": {
"url": "https://www.notion.com"
}
}
}
],
"description": [
{
"text": {
"link": {
"url": "https://www.notion.com"
}
}
}
],
"icon": {
"icon": {
"name": "pizza"
}
}
}