HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📌
hkob's Notion
/
🖇️
Notion API Changelog まとめ
/
パン屑リストブロックのサポート

パン屑リストブロックのサポート

開示?
開示?
原題
Breadcrumb block types are now supported in the API
日付
Oct 19, 2021
Number
30
前のリリース日(最新)
リリース間隔(日)
作成日
Nov 11, 2021 01:51 AM
次のリリース
データベースの日付フィルタで時間とタイムゾーンの日付をサポート
前のリリース
目次と仕切りブロックのサポート
タグ
ADDED
URL
https://developers.notion.com/changelog/breadcrumb-block-types-are-now-supported-in-the-api
経過日数
さらに新しいブロックとして、パン屑リストブロックもサポートされた。同じように JSON を取得してみた。これも type が breadcrumb になっているだけだった。
{ "object": "block", "id": "21d5cb5d-f9d4-4527-8c24-4a54d6e08e47", "created_time": "2021-11-11T01:52:00.000Z", "last_edited_time": "2021-11-11T01:52:00.000Z", "has_children": false, "archived": false, "type": "breadcrumb", "breadcrumb": {} }

🖇️
Notion API Changelog まとめ