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

/ws/${channelId}のスキーマ定義 #5

Open
Daaaai0809 opened this issue Nov 29, 2024 · 0 comments · May be fixed by #10
Open

/ws/${channelId}のスキーマ定義 #5

Daaaai0809 opened this issue Nov 29, 2024 · 0 comments · May be fixed by #10
Assignees
Labels
優先度: 高 優先度が高いタスク 難易度: 1 簡単なタスク

Comments

@Daaaai0809
Copy link
Contributor

Daaaai0809 commented Nov 29, 2024

概要

  • メッセージ受信WebSocketのAPIスキーマを書き忘れていたので、書く

API仕様

Path

/ws/${channel_id}

Request

なし

Response

{
    id: string,
    user: {
        id: string,
        name: string,
        image_url: stirng,
    },
    content: string,
    reply_to_message: {
        id: string,
        user: {
            id: string,
            name: string,
            image_url: string,
        },
        content: string,
    },
    created_at: string,
    updated_at: string
}
@Daaaai0809 Daaaai0809 added 優先度: 高 優先度が高いタスク 難易度: 1 簡単なタスク labels Nov 29, 2024
@batora9 batora9 linked a pull request Dec 11, 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
優先度: 高 優先度が高いタスク 難易度: 1 簡単なタスク
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants