RQM API - LOCK/UNLOCK
I am trying to update some data in Test Cases. I am checking the "locked" status first. I need to unlock and lock back when done updating. I am using python and importing the request library. I attempt to to use the session object for "LOCK" and "UNLOCK". Those do not exist. Of course the "GET", "PUT", "POST", and "DELETE" work perfectly fine.
From the RqmApi, it looks as though unlock and lock must use this behavior. Am I correct?
Or am I doing this wrong? Perhaps I need an older python library that supports these?
Thanks for any help!
Chris
|
One answer
Nevermind. I figured out how to accomplish by creating a custom HTTP verb via requests.Request().
Thanks!
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.