Forum Discussion
Priyadharshini2205
May 24, 2021Copper Contributor
Error while using Add comments API Request
Tried to create a new comment for work item in Azure devops with the help of Add comments API using postman. But the request failed to create the comment and I end up with Error message. The error "...
perspolis
Oct 04, 2023Copper Contributor
Priyadharshini2205
You need to use object not array of object for body and change content-type to application/json
Header :
Content-Type : application/json
body:
{
"text": "Hai from priya"
}