ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

unLock

Release locks on ABAP objects using the specified lock handle and object URL, enabling efficient management of development resources and workflows on the ABAP-ADT-API MCP-Server.

Instructions

Unlock an object

Input Schema

NameRequiredDescriptionDefault
lockHandleYesLock handle obtained from previous lock operation
objectUrlYesURL of the object to unlock

Input Schema (JSON Schema)

{ "properties": { "lockHandle": { "description": "Lock handle obtained from previous lock operation", "type": "string" }, "objectUrl": { "description": "URL of the object to unlock", "type": "string" } }, "required": [ "objectUrl", "lockHandle" ], "type": "object" }
ID: p1uxnf0htn