Skip to content

docs(be): modify client course bruno docs#3348

Open
zero1177 wants to merge 2 commits intomainfrom
t2410-modify-client-course-bruno-docs
Open

docs(be): modify client course bruno docs#3348
zero1177 wants to merge 2 commits intomainfrom
t2410-modify-client-course-bruno-docs

Conversation

@zero1177
Copy link
Contributor

Description

client course 부분의 bruno docs 수정 및 보완


Before submitting the PR, please make sure you do the following

@zero1177 zero1177 requested a review from hjkim24 January 12, 2026 17:59
@zero1177 zero1177 self-assigned this Jan 12, 2026
@skkuding-bot
Copy link

skkuding-bot bot commented Jan 12, 2026

Syncing Preview App Succeeded

Application: frontend
Revision: 8d9e2e9b609864ab1c4601dbb1e93d9025eb2297
Health Status: Healthy

Open Preview | View in Argo CD

Copy link
Contributor

@hjkim24 hjkim24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

새로 추가해주신 부분은 이상 없습니다!
마찬가지로 GET 요청에 대해서는 Request Parameter 아래 부분에 Response Body 형식도 한번씩 써주시면 좋을 것 같아요!

@skkuding-bot
Copy link

skkuding-bot bot commented Jan 19, 2026

Syncing Preview App Succeeded

Application: frontend
Revision: 1ae1ee2d7a9e25ebea2bfef1057ce04c75ccd032
Health Status: Healthy

Open Preview | View in Argo CD

@zero1177
Copy link
Contributor Author

아직 Response Body 작성 몇가지 항목 남았고 일단 완성된 항목들만 다시 commit 했습니다.

Comment on lines +27 to 42
# 📘 Get Joined Courses

**GET** `/course/joined`

Get information of joined courses of current user.

현재 User가 속해있는 group(강의)들의 정보를 반환합니다.

---

### 🔒 Authentication

✅ Required

---
- 현재 User가 속해있는 Group 정보를 반환합니다.
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Response Body 추가 해주세용

Comment on lines +29 to +33
**GET** `/course/:id`

Get a course information for a specific group Id.

URL param으로 전달된 강의 `groupId`를 통해 해당 강의의 정보를 가져와 반환합니다.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

좀 더 자세한 설명이 있으면 좋겠습니당
(invited에 따라 어떻게 변하는 지 Joined 여부에 따라 어떻게 변하는 지 등)

Comment on lines +43 to +51
### 📥 Request Parameters

#### Path Parameters

| Name | Type | Required | Description |
|------|--------|----------|--------------------------|
| `id` | number | ✅ | ID of the target course |

---
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Query Parameter도 추가해주세용

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants