POST /clipboard/restore/{entry_id}
Re-apply a stored clipboard entry to the local system clipboard. Wrapped in the canonical { data, ts } envelope (ADR-008 §0.1/§0.2); errors use the canonical ApiErrorResponse. The payload_unavailable (410) error carries { entry_id, rep_id, state } in details (§0.3); the code/message strings are LOAD-BEARING and preserved.
Path parameters
Clipboard entry id to restore
Query parameters
Restore as plain text only (strip rich representations)
Restore file entries as newline-separated native paths
Response
Entry restored to the system clipboard
Changes
Changed in 2 of the 44 revisions of this API.13
- ○
added the new optional
queryrequest parameterfile_pathsnew-optional-request-parameter
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
- ●
deleted the
queryrequest parameterfile_pathsrequest-parameter-removed
- ○
removed the non-success response with the status
400response-non-success-status-removed
This revision also has 74 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●