Skip to content

Commit 571d8cb

Browse files
fix(club): BearerAuth optional for list/detail (security: BearerAuth OR {})
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 46b9cc7 commit 571d8cb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1744,6 +1744,9 @@ paths:
17441744
정렬:
17451745
- sortBy: 정렬 기준. name (동아리 이름 순) 또는 recruitEndDate (마감일 임박순). 기본값: name
17461746
operationId: getClubs
1747+
security:
1748+
- BearerAuth: []
1749+
- {}
17471750
parameters:
17481751
- $ref: '#/components/parameters/UserTokenHeaderOptional'
17491752
- name: category
@@ -1933,6 +1936,9 @@ paths:
19331936
동아리 상세 정보를 조회합니다.
19341937
**인증:** Bearer(JWT)와 User-Token(FCM)은 선택(optional)입니다. 로그인하지 않은 사용자도 조회 가능하며, 이 경우 isSubscribed는 false로 반환됩니다. 인증 시 사용자의 구독 여부에 따라 isSubscribed가 반영됩니다.
19351938
operationId: getClubDetail
1939+
security:
1940+
- BearerAuth: []
1941+
- {}
19361942
parameters:
19371943
- $ref: '#/components/parameters/UserTokenHeaderOptional'
19381944
- name: id

0 commit comments

Comments
 (0)