It's all about the answers!

Ask a question

RQM API - LOCK/UNLOCK


Christopher McDaniel (156) | asked Sep 03 '20, 10:36 a.m.
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



permanent link
Christopher McDaniel (156) | answered Sep 03 '20, 11:23 a.m.
Nevermind.  I figured out how to accomplish by creating a custom HTTP verb via requests.Request().

Thanks!

Your answer


Register or to post 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.