clipboard

POST /clipboard/dispatch

Wraps plaintext into a single text/plain snapshot and fans it out to online peers. Returns the per-target delivery outcome.

post/clipboard/dispatch

Request body

peersstring[] nullable

Optional target device IDs. Empty or absent = full fan-out.

textstring required

Plaintext to dispatch.

Response

Dispatch fan-out outcome

tsinteger required

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

Changes

Changed in 3 of the 44 revisions of this API.24

  • 4100f588fc2911See the full diff
    • removed the required property data/contentHash from the response with the 200 status

      response-required-property-removed

    • added the required property data/snapshotHash to the response with the 200 status

      response-required-property-added

    • added the non-success response with the status 503

      response-non-success-status-added

    • removed the required property data/snapshotHash from the response with the 200 status

      response-required-property-removed

    • removed the non-success response with the status 503

      response-non-success-status-removed

    • added the required property data/contentHash to the response with the 200 status

      response-required-property-added

    This revision also has 74 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog