Send stdin to a background command

View as Markdown

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired
Session ID
command_idstringRequired
Command ID

Request

This endpoint expects an object.
inputstringRequired
Stdin payload.
encodingstring or nullOptional

Encoding for input. Supported: utf8 (default), base64.

Response

Stdin delivery status
acceptedboolean
command_idstring

Errors