Header
- String auth;
Body
- String id; 8자 이상, 알파벳/숫자만, 공백/NULL x
- String pw; 알파벳/숫자만, 공백/NULL x
- String name; 공백/NULL x
- String phone_number; 숫자만, 공백/NULL x
- String city;
auth(400): 권한 없음
invalid(401)
- InvalidIdException(): 유효하지 않은 아이디
- InvalidPhoneNumberException(): 유효하지 않은 전화번호
- InvalidPwException(): 유효하지 않은 비밀번호
- InvalidNameException(): 유효하지 않은 이름
duplicate(402)
- DuplicateIdException(): 중복된 아이디
- DuplicatePhoneNumberException(): 중복된 전화번호
null(403)
- NullNameException(): 입력되지 않은 이름
- NullPwException(): 입력되지 않은 비밀번호
- NullCityException(): 입력되지 않은 도시
Body
- String id; 5자, 숫자만, 공백/NULL x
- String pw; 알파벳/숫자만, 공백/NULL x
- String name; 공백/NULL x
- String phone_number; 숫자만, 공백/NULL x
auth(400): 권한 없음
invalid(401)
- InvalidIdException(): 유효하지 않는 아이디
- InvalidPhoneNumberException(): 유효하지 않는 전화번호
- InvalidPwException(): 유효하지 않는 비밀번호
- InvalidNameException(): 유효하지 않는 이름
duplicate(402)
- DuplicateIdException: 중복된 아이디
null(403)
- NullNameException: 입력되지 않은 이름
- NullPwException: 입력되지 않은 이름
Body
- String id; 8자 이상, 알파벳/숫자만, 공백/NULL x
auth(400): 권한 없음
invalid(401)
- InvalidIdException: 유효하지 않은 아이디
duplicate(402)
- DuplicateIdException: 중복된 아이디
Body
- String id; 5자, 숫자만, 공백/NULL x
auth(400): 권한 없음
invalid(401)
- InvalidIdException: 유효하지 않은 아이디
duplicate(402)
- DuplicateIdException: 중복된 아이디
Body
- String id;
- String pw;
auth(400): 권한 없음
null(403)
- NullIdException: 입력되지 않은 아이디
- NullPwException: 입력되지 않은 비밀번호
exist(404)
- NotExistException: 존재하지 않는 회원
incorrect(405)
- IncorrectPwException: 일치하지 않는 비밀번호
loginStatus(406)
- LoginStatusException: 로그인 상태
Body
- String uuid;
- Boolean isParent;
auth(400): 권한 없음
fail(404)
- FailLogoutException(): 로그아웃 실패(uuid 에러, isParent 에러 통합)
Body
- String uuid;
auth(400): 권한 없음
null(403)
- NullUuidException: 입력되지 않은 uuid
invalid(401)
- InvalidUuidException: 유효하지 않은 uuid
exist(404)
- NotExistException: 존재하지 않는 회원
loginStatus(406)
- NotLoginStatusException: 로그아웃 상태
Body
- String uuid;
auth(400): 권한 없음
null(403)
- NullUuidException: 입력되지 않은 uuid
invalid(401)
- InvalidUuidException: 유효하지 않은 uuid
exist(404)
- NotExistException: 존재하지 않는 회원
loginStatus(406)
- NotLoginStatusException: 로그아웃 상태
Body
- String uuid;
auth(400): 권한 없음
null(403)
- NullUuidException: 입력되지 않은 uuid
invalid(401)
- InvalidUuidException: 유효하지 않은 uuid
exist(404)
- NotExistException: 존재하지 않는 회원
loginStatus(406)
- NotLoginStatusException: 로그아웃 상태
Body
- String uuid;
auth(400): 권한 없음
null(403)
- NullUuidException: 입력되지 않은 uuid
invalid(401)
- InvalidUuidException: 유효하지 않은 uuid
exist(404)
- NotExistException: 존재하지 않는 병원
Body
- String uuid;
auth(400): 권한 없음
null(403)
- NullUuidException: 입력되지 않은 uuid
invalid(401)
- InvalidUuidException: 유효하지 않은 uuid
exist(404)
- NotExistException: 존재하지 않는 예약
Body
- String name;
- Localdate birth;
- String gender;
- String kind;
- String parentUuid;
auth(400): 권한 없음
null(403)
- NullNameException: 입력되지 않은 이름
- NullPetGenderException: 입력되지 않은 성별
- NullPetKindException: 입력되지 않은 품종
- NullUuidException: 입력되지 않은 uuid
invalid(401)
- InvalidUuidException: 유효하지 않은 uuid
exist(404)
- NotExistException: 존재하지 않는 회원
loginStatus(406)
- NotLoginStatusException: 로그아웃 상태
Body
- String uuid;
auth(400): 권한 없음
null(403)
- NullUuidException: 입력되지 않은 uuid
invalid(401)
- InvalidUuidException: 유효하지 않은 uuid
exist(404)
- NotExistException: 존재하지 않는 회원
loginStatus(406)
- NotLoginStatusException: 로그아웃 상태
Body
- String userUuid;
- String petUuid;
- String hospitalUuid;
- String reservationDate;
auth(400): 권한 없음
null(403)
- NullUuidException: 입력되지 않은 uuid(parent, pet, hospital)
invalid(401)
- InvalidUuidException: 유효하지 않은 uuid(parent, pet, hospital)
exist(404)
- NotExistException: 존재하지 않는 회원, 반려동물, 병원
loginStatus(406)
- NotLoginStatusException: 로그아웃 상태
Param(toAi)
- auth 없음
- String user_uuid;
- String disease_area;
- String type;
- String position;
- String disease;
- String img_url;
Param(toFront)
- String user_uuid;
- String disease_name;
- String percent;
- String content;
- String insert_id;
auth(400): 권한 없음
error(401): 에러 발생
Body
- String uuid;
auth(400): 권한 없음
exist(404)
- NotExistException: 존재하지 않는 회원
loginStatus(406)
- NotLoginStatusException: 로그아웃 상태
Body
- String uuid;
auth(400): 권한 없음
null(403)
- NullUuidException: 입력되지 않은 uuid
invalid(401)
- InvalidUuidException: 유효하지 않은 uuid
exist(404)
- NotExistException: 존재하지 않는 진단