This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.0 | |
info: | |
title: Notion API | |
description: API for interacting with Notion resources such as pages and databases. | |
version: 1.0.0 | |
servers: | |
- url: https://api.notion.com/v1 | |
description: Main API server | |
paths: | |
/pages/{page_id}: |