REVIEW UPDATE

Create a new user

PUT /review/{user_id}

Body

Name
Type
Description

VOD_ID

int

vod_id

RATING

string

Name of the user

COMMENT

string

Age of the user

Response

{
  "response" : "FINISH UPDATE REVIEW"
}

Last updated