Skip to content

[POST] 시청기록 적립 #9

@epitone

Description

@epitone
  • API 명세서 작성하기
  • 로직구현

URL

POST /user/history

Request

유저가 로그인 했다면,

// HEADER
{
	x-access-token: "dafsafsadfdsafdsadsf"
}

// BODY
{
	videoId: 1
}

Response

{
	status: 201,
	data: {},
	msg: "SUCCESS"
}

Flow

Front로부터 video_id, user_id 받아서
WATCHING_HISTORY_TB에 row 쌓기

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions