aamonto
3 years agoOccasional Contributor
How can I add and update a note for an existing Agile Task using QAC API's?
Hello, Is there a way to add and update a note for an existing Agile Task using QAC API's? I already tried with the API request that is in the documentation site (https://support.smartbear.com/qa...
- 3 years ago
Hi,
There is a special API section for handling notes:
https://support.smartbear.com/qacomplete/docs/developer/api/rest/api/reference/notes/index.html
To update a note, you can use the PUT/projects/{ProjectId}/{EntityCode}/{EntityId}/notes/{Id} method.
You can check how this method works via the Swagger UI: