Skip to content

Commit

Permalink
docs(#23): 알림 전체 발송 API 문서화
Browse files Browse the repository at this point in the history
- 알림 전체 발송 API를 문서화했어요.
  • Loading branch information
jyj1289 committed Nov 23, 2024
1 parent 5a29a5e commit d36a9fa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/docs/asciidoc/notification.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,25 @@ include::{snippets}/notification-controller-test/유저에_해당하는_fcm_토
===== FCM 메시지 발송 과정에서 오류가 발생한 경우
include::{snippets}/notification-controller-test/모종의_이유로_fcm_알림_발송과정에서_문제가_발생하면_에러가_발생한다/http-response.adoc[]

=== 알림 전체 발송
어드민은 모든 유저에게 알림을 발송할 수 있습니다.

==== 요청 형식

===== Request Header
include::{snippets}/notification-controller-test/fcm_토큰을_가진_유저_전체에게_알림을_발송한다/request-headers.adoc[]

===== Request Body
include::{snippets}/notification-controller-test/fcm_토큰을_가진_유저_전체에게_알림을_발송한다/request-fields.adoc[]

==== 응답

===== 정상 응답
include::{snippets}/notification-controller-test/fcm_토큰을_가진_유저_전체에게_알림을_발송한다/http-response.adoc[]

===== 모종의 이유로 알림 발송에 실패한 경우
include::{snippets}/notification-controller-test/fcm_토큰을_가진_유저_전체에게_알림발송_과정에서_문제가_발생하면_에러가_발생한다/http-response.adoc[]

=== 알림 전체 조회
유저는 알림을 전체 조회할 수 있습니다.

Expand Down

0 comments on commit d36a9fa

Please sign in to comment.