POST /clipboard/capture-current
Capture whatever is on the OS clipboard right now into history, without waiting for a change event (issue #1169: lets a caller preserve a concurrent write — e.g. something copied during the daemon's startup window — before overwriting the OS clipboard with a restored entry). Wrapped in the canonical { data, ts } envelope (ADR-008 §0.1/§0.2). entryId: null means there was nothing on the OS clipboard to capture; this is not an error.
Response
Current OS clipboard content captured (or nothing to capture)
Changes
Changed in 2 of the 44 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 74 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲