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 "...
mohammedmubeen
Oct 10, 2023Copper Contributor
Your Basic Auth header should be formatted as:
Authorization: Basic {Base64-encoded-string}
Authorization: Basic {Base64-encoded-string}