Post & Notice 기능 테스트
Post & Notice 기능 테스트를 위한 Member 생성
Post 기능
POSTPost
http://43.200.39.48:8080/api/posts/post
게시글 생성
- Post 요청을 하면 게시글에 멤버를 할당하는 로직 실행
- 화면정의서 ID - #com-02-02
글 생성 시 유저의 권한검증을 위한 토큰값 입력
- Header -> Authorization
- Authorization Type -> Bearer
HEADERS
Authorization
Bodyraw (json)
Example Request
Post
201 Created
Example Response
Vary
Vary
Vary
Content-Type
Transfer-Encoding
Date
Keep-Alive
Connection
GETGet
http://43.200.39.48:8080/api/posts/lookup/1
게시글 단건 조회에 사용되는 엔드포인트
- 화면정의서 ID - #com-02-01
유저의 권한검증을 위한 토큰값 입력
- Header -> Authorization
- Authorization Type -> Bearer
Example Request
Get
200 OK
Example Response
Vary
Vary
Vary
Content-Type
Transfer-Encoding
Date
Keep-Alive
Connection