Developer's Guide > Developer's Guide > Codebeamer Developer Tools > Swagger > Swagger Documented - REST-Based API > Swagger V3 > Swagger V3 Examples > Tracker Item Operations > Change the Value of Description Field and its Type from Plain Text to Wikitext
Change the Value of Description Field and its Type from Plain Text to Wikitext
PUT @ /v3/items/{itemId}/fields:
{
"fieldValues": [
{
"fieldId": 80,
"name": "Description",
"value": "[{Html\r\n\r\n<b> This is some bold text with special charachter @@@###</b> <u> This is some underline text </u> <i> This is some italics text </i> <a href=\\\"https://www.google.com\\\">Visit google!</a> <p>RapidTables ™ </p> <p>RapidTables ® </p> <table style=\\\"width:100%\\\"> <tr> <th>Name:</th> <td>John</td> </tr> <tr> <th rowspan=\\\"2\\\">Telephone:</th> <td>55577854</td> </tr> <tr> <td>55577855</td> </tr> </table> <ul> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ul>\r\n}]",
"type": "WikiTextFieldValue"
},
{
"fieldId": 84,
"name": "Description Format",
"value": "W",
"type": "TextFieldValue"
}
]
}
Was this helpful?