POST
/v1/private/local-runners/{runnerId}/bridge/commandsSubmit bridge commandSubmit a bridge command for execution by the local daemon
Parameters
runnerIdstring · uuidpathrequiredRequest body
application/json
objectBridgeCommandSubmitRequest
argsobjectrequiredtimeout_secondsinteger · int32typestringrequired{
"args": {},
"timeout_seconds": 0,
"type": "EditFile"
}Responses
Headers
LocationURI of the command
objectBridgeCommandSubmitResponse
command_idstring · uuid{
"command_id": "00000000-0000-0000-0000-000000000000"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}