We are developing a REST based framework using ALM REST APIs to auto Execute Test cases.
We're creating Test Run, Read the Steps and Perform actions as per the step and then attach the result to Test Run with REST APIs.
But we couldn't find a way to set user history/audit, attachment history/audit using REST APIs.
I found ALM REST API for fetching audits but PUT is not allowed.
Is there any API that will create an audit or history in ALM, when there is user action with REST API?