Closed JuyeoungJun closed 3 years ago
In GitLab by @gm2202981 on Jul 13, 2021, 09:13
changed the description
In GitLab by @gm2202981 on Jul 13, 2021, 15:11
Postman
curl --location --request POST 'http://localhost:8081/auth/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"account":"luke",
"name":"luke",
"email":"luke@gabia.com",
"password":"luke"
}'
Swagger
curl -X 'POST' \
'http://localhost:8081/auth/register' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"account": "testid",
"name": "testname",
"email": "test@gabia.com",
"password": "testpass"
}'
In GitLab by @gm2202981 on Jul 13, 2021, 17:27
mentioned in merge request !53
In GitLab by @gm2202985 on Jul 14, 2021, 09:09
changed the description
In GitLab by @gm2202985 on Jul 13, 2021, 09:13
개요
API 문서 수정 및 추가 API 문서 작성
구현 목표
작업자
작업일정