Open
Conversation
|
✅ Syncing Preview App Succeeded Application: |
hjkim24
requested changes
Jan 13, 2026
Contributor
hjkim24
left a comment
There was a problem hiding this comment.
새로 추가해주신 부분은 이상 없습니다!
마찬가지로 GET 요청에 대해서는 Request Parameter 아래 부분에 Response Body 형식도 한번씩 써주시면 좋을 것 같아요!
|
✅ Syncing Preview App Succeeded Application: |
Contributor
Author
|
아직 Response Body 작성 몇가지 항목 남았고 일단 완성된 항목들만 다시 commit 했습니다. |
RyuRaseul
reviewed
Feb 18, 2026
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 정보를 반환합니다. | ||
| } |
Comment on lines
+29
to
+33
| **GET** `/course/:id` | ||
|
|
||
| Get a course information for a specific group Id. | ||
|
|
||
| URL param으로 전달된 강의 `groupId`를 통해 해당 강의의 정보를 가져와 반환합니다. |
Contributor
There was a problem hiding this comment.
좀 더 자세한 설명이 있으면 좋겠습니당
(invited에 따라 어떻게 변하는 지 Joined 여부에 따라 어떻게 변하는 지 등)
Comment on lines
+43
to
+51
| ### 📥 Request Parameters | ||
|
|
||
| #### Path Parameters | ||
|
|
||
| | Name | Type | Required | Description | | ||
| |------|--------|----------|--------------------------| | ||
| | `id` | number | ✅ | ID of the target course | | ||
|
|
||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
client course 부분의 bruno docs 수정 및 보완
Before submitting the PR, please make sure you do the following
fixes #123).