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
설질에 대한 사용자의 투표를 등록합니다.
POST /api/snow-making/{resortId}/vote
resortId
{ "isPositive": true // 설질이 괜찮을 것 같다면 true, 아니면 false }
{ "message": "투표가 성공적으로 반영되었습니다." }
The text was updated successfully, but these errors were encountered:
Merge pull request #10 from Nexters/feature/3-4-snow-maker-api
cdc4ab8
[#3 #4]
jun108059
No branches or pull requests
설질 투표 API
설질에 대한 사용자의 투표를 등록합니다.
Endpoint
POST /api/snow-making/{resortId}/vote
요청 파라미터
resortId
(Path Parameter): 스키장 ID요청 바디
응답
The text was updated successfully, but these errors were encountered: