Skip to content
New issue

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 #4

Open
jun108059 opened this issue Sep 22, 2024 · 0 comments
Open

설질 투표 API #4

jun108059 opened this issue Sep 22, 2024 · 0 comments
Assignees
Labels
api External API feature
Milestone

Comments

@jun108059
Copy link
Member

설질 투표 API

설질에 대한 사용자의 투표를 등록합니다.

Endpoint

  • POST /api/snow-making/{resortId}/vote

요청 파라미터

  • resortId (Path Parameter): 스키장 ID

요청 바디

{
  "isPositive": true // 설질이 괜찮을 것 같다면 true, 아니면 false
}

응답

{
  "message": "투표가 성공적으로 반영되었습니다."
}
@jun108059 jun108059 added the api External API feature label Sep 22, 2024
@jun108059 jun108059 added this to the Phase1-mvp milestone Sep 22, 2024
@jun108059 jun108059 self-assigned this Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api External API feature
Projects
None yet
Development

No branches or pull requests

1 participant