Borehole
Acquires the edit lock on the borehole with the given id for the current user. Touches only BDMS.Models.Borehole.Locked and BDMS.Models.Borehole.LockedById, so it cannot race with a concurrent full-entity edit on any other field.
post/api/v{version}/borehole/{id}/lock
Path parameters
idinteger required
The id of the borehole to lock.
versionstring required
Response
OK
Changes
Changed in 1 of the 25 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○