Skip to content

Need an BlockTypeAudio type #183

@darcyjoven

Description

@darcyjoven

BlockType List

image

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"
            }
        }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions