-
Notifications
You must be signed in to change notification settings - Fork 0
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
[기획] 공고 스펙 상세 #1
Comments
metamon123
added
documentation
Improvements or additions to documentation
and removed
documentation
Improvements or additions to documentation
labels
Apr 27, 2023
Repository owner
deleted a comment from
jaeyubsong
Apr 27, 2023
논의 후에 min 인원 항목은 빼기로 해서 삭제하겠습니다. |
description 을 요약본 / 본문의 2개 필드로 나누면 좋을 수도? |
|
@hbin0701
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
무엇을 하는 기능인가요?
설문 데이터를 수집하고 싶은 연구자(데이터 구매자)가 자신의 설문을 홈페이지에 등록하는 기능입니다.
API 목록
GET http://localhost/survey/
Survey[]
GET http://localhost/survey/{id: string}
Survey | null
POST http://localhost/survey/
RegisterSurveyDto
Survey
관련 데이터 스키마
공고 등록 스펙 (RegisterSurveyDto)
yyyy-MM-dd'T'HH:mm:ss'Z' ex. 2023-05-05T00:00:01Z
)공고 목록 (SurveyDto[])
RegisterSurveyDto 에 몇가지 필드가 추가된 객체.
현재는 id, closed, manuallyClosed 필드만 추가됨.
The text was updated successfully, but these errors were encountered: