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. The request body is not valid JSON. The version is not a number. The version is not a valid value. A required field is missing. The job is not requested to support providing STDIN. 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 |