You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: src/api/openapi/docs/NotificationApi.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,15 +95,13 @@ This endpoint does not have any parameters.
95
95
### HTTP request headers
96
96
97
97
-**Content-Type**: Not defined
98
-
-**Accept**: application/json, */*
98
+
-**Accept**: application/json
99
99
100
100
101
101
### HTTP response details
102
102
| Status code | Description | Response headers |
103
103
|-------------|-------------|------------------|
104
104
|**200**| 회원 알림 카테고리 필터 목록 조회 성공 | - |
105
-
|**401**| Bearer Token is invalid or no bearer token | - |
106
-
|**403**| You are authenticated but not allowed authorization | - |
107
105
108
106
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
작성일자: 2025-11-29 작성자: 성효빈 --- ## Description - 회원의 신규 알림 존재 여부를 조회합니다. - 읽지 않은 알림이 하나 이상 존재하는 경우 false를 반환합니다. --- ## Request | **키** | **타입** | **설명** | **필수 여부** | **예시** | | --- | --- | --- | --- | --- | --- ## Response | **키** | **타입** | **설명** | **예시** | | --- | --- | --- | --- | | statusCode | number | 상태 코드 | 201: 성공 / 400: 클라이언트 요청 오류 / 401: 인증 실패 / 403: 인가 실패 / 404: 리소스 조회 실패 / 409: 충돌 / 500: 그 외 | | timestamp | string(datetime) | 응답 일시 | \"2025-11-29T10:11:12.123456\" | | content | boolean | 알림 읽음 여부 | true / false | | message | string | 처리 결과 | \"회원 신규 알림 여부 조회 성공\" |
171
+
작성일자: 2025-11-29 작성자: 성효빈 --- ## Description - 회원의 신규 알림 존재 여부를 조회합니다. - 읽지 않은 알림이 하나 이상 존재하는 경우 false를 반환합니다. --- ## Request | **키** | **타입** | **설명** | **필수 여부** | **예시** | | --- | --- | --- | --- | --- | --- ## Response | **키** | **타입** | **설명** | **예시** | | --- | --- | --- | --- | | statusCode | number | 상태 코드 | 201: 성공 / 400: 클라이언트 요청 오류 / 401: 인증 실패 / 403: 인가 실패 / 404: 리소스 조회 실패 / 409: 충돌 / 500: 그 외 | | timestamp | string(datetime) | 응답 일시 | \"2025-11-29T10:11:12.123456\" | | content | object | 응답 본문 | { ... } | | message | string | 처리 결과 | \"회원 신규 알림 여부 조회 성공\" | --- ### Response > content | **키** | **타입** | **설명** | **예시** | | --- | --- | --- | --- | | isRead | boolean | 신규 알림 여부 | true / false |
174
172
175
173
### Example
176
174
@@ -192,7 +190,7 @@ This endpoint does not have any parameters.
192
190
193
191
### Return type
194
192
195
-
void (empty response body)
193
+
**HasMemberNewNotificationSchema**
196
194
197
195
### Authorization
198
196
@@ -201,20 +199,18 @@ void (empty response body)
201
199
### HTTP request headers
202
200
203
201
-**Content-Type**: Not defined
204
-
-**Accept**: application/json, */*
202
+
-**Accept**: application/json
205
203
206
204
207
205
### HTTP response details
208
206
| Status code | Description | Response headers |
209
207
|-------------|-------------|------------------|
210
208
|**200**| 회원 신규 알림 여부 조회 성공 | - |
211
-
|**401**| Bearer Token is invalid or no bearer token | - |
212
-
|**403**| You are authenticated but not allowed authorization | - |
213
209
214
210
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments