Add log messages
scripts_post_containers_runs_logs(id, run_id, message = NULL,
level = NULL, messages = NULL, child_job_id = NULL)
integer required. The ID of the script.
integer required. The ID of the script run.
string optional. The log message to store.
string optional. The log level of this message [default: info]
array optional. An array containing the following fields:
message string, The log message to store.
level string, The log level of this message [default: info]
createdAt string,
integer optional. The ID of the child job the message came from.
An empty HTTP response