Send STDIO input text to a job
post/jobs/{jobId}/input
Sends the specified array of text strings to a running job to use as STDIN.
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | ||
400 | Bad Request | The send STDIN test request is not valid due to one of the following reasons. <UL> <LI> The request body is not valid JSON. <LI> The version is not a number. <LI> The version is not a valid value. <LI> A required field is missing. <LI> The job is not requested to support providing STDIN. </UL> See the returned error response for more information. | Schema | |
404 | Not Found | The specified job is not found. | Schema | |
409 | Conflict | The operation is not permitted on the specified job because the job is not in the running state. See the returned error response for more information. | Schema |