Update product tag by id
Update product tag by id
Authorizations:Token
Query Parameters
| id required  | integerId value of the Tag object | 
Request Body Schema: 
Tag object that needs to be added | id | integerUnique ID | 
| position | integerPosition | 
| products | ArrayProducts | 
Responses
200Success
Response schema: 
Success | id | integerUnique ID | 
| position | integerPosition | 
| products | ArrayProducts |