Unlock Coverage Set

Once you are finished working in a coverage set, you should release the lock so that other users can access it if desired. The call is very similar to ‘lock coverage set’, except that the command in the header is ‘unlock’ instead of ‘lock’.

Unlock coverage set API call

The body of the call is the same as in the ‘lock’ call.

{
    "context": {
        "user": "mbj_test",
        "password": "xxxx",
        "project": {
            "name": "imp_payments_demo",
            "version": "1.0"
        }
    }
}

The return message will show the lock attributes removed from the coverage set (highlighted below).

Return message showing lock removed

When viewed in TDO, the ‘locked by’ column is now blank for this coverage set (api_demo_coverage 1.0), showing that the lock has been removed.

TDO screen showing lock removed

Last updated

Was this helpful?