POST api/OilPainting/PostThemePicKeyword
修改主题下关联图片关键词
Request Information
URI Parameters
None.
Body Parameters
PostThemePicKeywordModelName | Description | Type | Additional information |
---|---|---|---|
theme_id |
主题ID |
integer |
None. |
pic_id |
图片ID |
integer |
None. |
keyword |
关键词 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "theme_id": 1, "pic_id": 2, "keyword": "sample string 3" }
text/html
Sample:
{"theme_id":1,"pic_id":2,"keyword":"sample string 3"}
application/xml, text/xml
Sample:
<PostThemePicKeywordModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DERLAI.others"> <keyword>sample string 3</keyword> <pic_id>2</pic_id> <theme_id>1</theme_id> </PostThemePicKeywordModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
-1/0/1
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.