Skip to content

Commit

Permalink
doc: fetch user chat, chatroom detail
Browse files Browse the repository at this point in the history
  • Loading branch information
geneaky committed Apr 1, 2024
1 parent 81cc6bb commit 2152e16
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,24 @@ include::{snippets}/get-user-chatrooms/http-response.adoc[]

---

=== FCM 응답 조회 : 사용자 채팅방 상세 조회

`Request Header`

include::{snippets}/get-user-chatroom-detail/request-headers.adoc[]

`Request`

include::{snippets}/get-user-chatroom-detail/path-parameters.adoc[]
include::{snippets}/get-user-chatroom-detail/http-request.adoc[]

`Response`

include::{snippets}/get-user-chatroom-detail/response-fields.adoc[]
include::{snippets}/get-user-chatroom-detail/http-response.adoc[]

---

=== 전체 채팅방 조회

`Request Header`
Expand Down Expand Up @@ -882,7 +900,7 @@ include::{snippets}/delete-participant/http-response.adoc[]

== 채팅

=== 채팅 단 건 상세 조회
=== FCM 응답 조회 : 채팅 단 건 상세 조회

`Request Header`

Expand Down

0 comments on commit 2152e16

Please sign in to comment.