File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 93269326 },
93279327 "cancelOperation": {
93289328 "$ref": "#/definitions/v1CancelOperationRequest"
9329+ },
9330+ "endpoint": {
9331+ "type": "string",
9332+ "description": "The endpoint this request was addressed to before forwarding to the worker.\nSupported from server version 1.30.0."
93299333 }
93309334 },
93319335 "description": "A Nexus request."
Original file line number Diff line number Diff line change @@ -90,6 +90,10 @@ message Request {
9090 StartOperationRequest start_operation = 3 ;
9191 CancelOperationRequest cancel_operation = 4 ;
9292 }
93+
94+ // The endpoint this request was addressed to before forwarding to the worker.
95+ // Supported from server version 1.30.0.
96+ string endpoint = 10 ;
9397}
9498
9599// Response variant for StartOperationRequest.
You can’t perform that action at this time.
0 commit comments