We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
특정 스터디의 후기를 원하는 갯수만큼 조회한다.
/api/studies/{study-id}/reviews?size=6
size 파라미터로 원하는 갯수만큼 후기를 조회할 수 있다. size 만큼의 후기가 없는 경우 나머지 모든 후기를 조회할 수 있다.
The text was updated successfully, but these errors were encountered:
verus-j
No branches or pull requests
요약
특정 스터디의 후기를 원하는 갯수만큼 조회한다.
세부 설명
/api/studies/{study-id}/reviews?size=6
size 파라미터로 원하는 갯수만큼 후기를 조회할 수 있다.
size 만큼의 후기가 없는 경우 나머지 모든 후기를 조회할 수 있다.
The text was updated successfully, but these errors were encountered: