Clipboard
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
environmentIdstringRequired
The Environment Id
Responses
200Success
application/json
statusCodeintegerOptionalExample:
200successbooleanOptionalExample:
truemessageanyOptionalExample:
Environment {environmentId} clipboard dataeventstring Β· enumOptionalPossible values:
itemsarrayOptional
500Error
application/json
get/v1/clipboards/{environmentId}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
environmentIdstringRequired
The Environment Id
Body
datastringRequiredExample:
This text was saved to this Virtual Environment clipboard using the Replica Butler API docs. πemitbooleanRequiredExample:
trueResponses
200Success
application/json
statusCodeintegerOptionalExample:
200successbooleanOptionalExample:
truemessageanyOptionalExample:
Environment {environmentId} clipboard dataeventstring Β· enumOptionalPossible values:
itemsarrayOptional
500Error
application/json
put/v1/clipboards/{environmentId}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
environmentIdstringRequired
The source Environment Id
targetIdstringRequired
The target Environment Id
Responses
200Success
application/json
statusCodeintegerOptionalExample:
200successbooleanOptionalExample:
truemessageanyOptionalExample:
Environment Clipboard transfer request successeventstring Β· enumOptionalPossible values:
itemsarrayOptional
500Error
application/json
put/v1/clipboards/{environmentId}/{targetId}
Last updated
Was this helpful?