We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BlockTypeAudio
BlockType List
We need an BlockTypeAudio type, although it is not mentioned on the notion website.https://developers.notion.com/reference/block
such as:
{ "object": "block", "id": "14c3853f-ab09-xxxx-83fa-e4efefccce49", "parent": { "type": "page_id", "page_id": "40c2fa5c-006c-42f1-8a8f-bbe01ff4be78" }, "created_time": "2024-11-28T07:06:00.000Z", "last_edited_time": "2024-11-28T07:08:00.000Z", "created_by": { "object": "user", "id": "c0de5d9e-ecf0-4009-b837-ae7a7fa27ca8" }, "last_edited_by": { "object": "user", "id": "c0de5d9e-ecf0-4009-b837-ae7a7fa27ca8" }, "has_children": false, "archived": false, "in_trash": false, "type": "audio", "audio": { "caption": [], "type": "external", "external": { "url": "https://www.xxxx.com/server/1/40611415.mp3" } } }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
BlockType List
We need an
BlockTypeAudio
type, although it is not mentioned on the notion website.https://developers.notion.com/reference/blocksuch as:
The text was updated successfully, but these errors were encountered: