작가
모든 작가 목록
GET
/api/artists
Query Parameters
Name
Type
Description
pageNumber
Number
pageNumber 1 is default
isAdmin
Boolean
true
해당 작가 상세
GET
/api/artists/:id
Path Parameters
Name
Type
Description
id*
ObjectId
Artist's
작가 찜 추가 및 제거
PATCH
/api/artists/zzim
Headers
Name
Type
Description
authorization*
String
Bearer Token
Content-type*
String
application/json
Request Body
Name
Type
Description
artistId*
ObjectId
작가 고유 아이디
zzim*
Boolean
true or false
Last updated