v48

latestOpenAPI 3.0.0raw.githubusercontent.com2025-12-0297180624.8 KB
UI Action

Set clipboard

Set the clipboard content

post/boxes/{boxId}/actions/clipboard

Path parameters

boxIdstring required
Example:c9bdc193-b54b-4ddb-a035-5ac0c598d32d

Box ID

Request body

contentstring required

The content to set the clipboard content

Example request

{
  "content": "Hello, world!"
}