POST api/Video/setvideoRead

更新视频

Request Information

URI Parameters

None.

Body Parameters

PostParam
NameDescriptionTypeAdditional information
Id

integer

None.

userId

integer

None.

param

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "userId": 2,
  "param": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PostParam'.

Response Information

Resource Description

更新视频

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.