clipboard

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.

post/clipboard/restore/{entry_id}

Path parameters

entry_idstring required

Clipboard entry id to restore

Query parameters

plainboolean nullable

Restore as plain text only (strip rich representations)

file_pathsboolean nullable

Restore file entries as newline-separated native paths

Response

Entry restored to the system clipboard

tsinteger required

Server time when the response was built (unix epoch milliseconds).

Changes

Changed in 2 of the 44 revisions of this API.13

    • added the new optional query request parameter file_paths

      new-optional-request-parameter

    • added the non-success response with the status 400

      response-non-success-status-added

    • deleted the query request parameter file_paths

      request-parameter-removed

    • removed the non-success response with the status 400

      response-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