admin
백오피스 페이지
가입된 회원 전체 조회
가입된 회원 전체 조회
GET
http://localhost:8080/api/users
가입하고 있는 회원들을 전체 조회합니다
Cookies
Name
Type
Description
Authorization*
String
Bearer exzlkfjsfjselfkjlkj
회원 권한 수정
회원 권한 수정
PUT
http://localhost:8080/api/{user_id}/auth
회원의 권한을 수정합니다
Path Parameters
Name
Type
Description
user_id*
Long
권한 수정할 사용자 id (식별자값)
Cookies
Name
Type
Description
Authorization*
String
Bearer ezlklkjwekfjadkjfakejf
게시물 전체 조회
게시물 전체 조회
GET
http://localhost:8080/api/posts
Cookies
Name
Type
Description
Authorization*
String
JWT 토큰값
댓글 전체 조회
댓글 전체 조회
GET
http://localhost:8080/api/comments
Cookies
Name
Type
Description
Authorization*
String
JWT 토큰값
Last updated