📓️갤러리 API
갤러리 목록 가져오기
GET
https://dminside.kro.kr/api/v1/board/galleries
Query Parameters
Name
Type
Description
gallery-type
integer
0:그 인기게시판같은거 1: 기본 게시판 2: 유저 게시판
새로운 갤러리 생성(갤주)
POST
https://dminside.kro.kr/api/v1/board/galleries
Headers
Name
Type
Description
Authorization
string
access token
Request Body
Name
Type
Description
gallery_type
integer
1: 기본 게시판, 2: 유저 게시판
gallery_id
string
1~30자리
explain
string
name
string
갤러리 정보 수정(갤주)
PATCH
https://dminside.kro.kr/api/v1/board/galleries/{id}
f변경 예정
Path Parameters
Name
Type
Description
id
integer
Headers
Name
Type
Description
Authorization
string
access token
Request Body
Name
Type
Description
explain
string
name
string
갤러리 삭제( 갤주 )
DELETE
https://dminside.kro.kr/api/v1/board/galleries/{id}
Path Parameters
Name
Type
Description
id
integer
gallery-id
Headers
Name
Type
Description
Authorization
string
갤러리 정보 가져오기
GET
https://dminside.kro.kr/api/v1/board/galleries/{id}
Path Parameters
Name
Type
Description
gallery id
string
Headers
Name
Type
Description
Authorizaion
string
Last updated
Was this helpful?