REVIEW INSERT

INSERT REVIEW

POST /review/{user_id}

<Description of the endpoint>

Body

Name
Type
Description

VOD_ID

int

vod_id

RATING

string

Name of the user

COMMENT

string

Age of the user

Response

{
  "response" : "FINISH INSERT REVIEW"
}

Last updated