FilmTalks
νλ¦ν ν¬ κΈ λ±λ‘
POST /filmtalks/register/:user_id
Request Body
Name
Type
Description
image
blob
category*
string
title*
string
contents
text
{
// Response
message: "Successfully registered"
}{
// Response
message: "Internal Server Error"
}νλ¦ν ν¬ μ΄λ―Έμ§ URL λ±λ‘
POST /filmtalks/register/image/:user_id
{
// Response
message: "URL Successfully Created",
url: imgURL
}{
// Response
message: "Internal Server Error"
}νλ¦ν ν¬ κΈ μμ
PATCH /filmtalks/revision/:filmtalk_id
Request Body
Name
Type
Description
image
blob
category*
string
title
string
contents
string
κ²μν κΈ μμ
DELETE /filmtalks/deletion/:filmtalk_id
μ 체 κ²μκΈ μ‘°ν (νμ΄μ§λ€μ΄μ
)
GET /filmtalks/total?offset&limit
μ νν κ²μν κΈ μ 보 μ‘°ν
GET /filmtalks/view/:board_id
Last updated