PUT api/tag/{id}
Save Tag
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Tag id to update |
integer |
Required |
Body Parameters
New product tag
Tag| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"description": "sample string 1"
}
application/xml, text/xml
Sample:
<Tag xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Products"> <Description>sample string 1</Description> <ID>1</ID> </Tag>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.