Skip to content
New issue

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

Need an BlockTypeAudio type #183

Open
darcyjoven opened this issue Dec 6, 2024 · 0 comments · May be fixed by #185 or #187
Open

Need an BlockTypeAudio type #183

darcyjoven opened this issue Dec 6, 2024 · 0 comments · May be fixed by #185 or #187

Comments

@darcyjoven
Copy link

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"
            }
        }
    }
@amberpixels amberpixels linked a pull request Dec 20, 2024 that will close this issue
@aydinomer00 aydinomer00 linked a pull request Dec 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant