POST api/Video/setvideoRead
更新视频
Request Information
URI Parameters
None.
Body Parameters
PostParamName | Description | Type | Additional 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:
Response Information
Resource Description
更新视频
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.