-
Notifications
You must be signed in to change notification settings - Fork 0
파트장_세미나코드
alia edited this page Jun 6, 2020
·
5 revisions
메소드 | 경로 | 설명 |
---|---|---|
POST | /seminar/setcode | 파트장 세미나 코드 설정 |
{
"Content-Type": "application/json"
}
{
"leader_idx": 5
}
{
"seminar_date":"2020-04-18",
"seminar_time":"14:00:00",
"seminar_code":"노란양말"
}
- seminar_date : 파트장이 선정할 세미나 날짜
- seminar_date :파트장이 선정할 세미나 시작시간
- seminar_score : 파트장이 선정할 세미나 출석코드
{
"status": 200,
"success": true,
"message": "이번주 세미나 출석코드 설정 완료",
"data": {
"seminar_date":"2020-04-18",
"seminar_time":"14:00:00",
"seminar_code":"노란양말"
}
}
- 데이터 누락
{
"status": 400,
"success": false,
"message": "필요한 값이 없습니다."
}