Accept Tool Attachment Upgrade
Apply a previewed upgrade to one agent attachment. Uses optimistic concurrency, so if any preview hash no longer matches it returns 409, and a stale attachment returns 409 with code TOOL_ATTACHMENT_STALE.
Authorizations
Your SLNG consumer API key.
Path Parameters
The agent UUID that owns the attachment being upgraded.
The UUID of the tool attachment on the agent.
Body
The target version and preview hashes to apply.
Request to accept a previewed attachment upgrade, carrying the preview hashes for concurrency checks.
x >= 1^[0-9a-f]{64}$^[0-9a-f]{64}$^[0-9a-f]{64}$^[0-9a-f]{64}$^[0-9a-f]{64}$Response
The applied upgrade, returned in the same shape as the preview, with the attachment now pinned to the target version.
Preview of upgrading an attachment to a target version, with the parameter diff and blocking issues.
A tool bound to an agent at a specific version, with any overrides.
^[0-9a-f]{64}$ready, preparing, failed 1 <= x <= 60