diff --git a/api/dto/dto.go b/api/dto/dto.go index 7082690..989a51e 100644 --- a/api/dto/dto.go +++ b/api/dto/dto.go @@ -20,7 +20,7 @@ type RunnerResponse struct { // WebsocketResponse is the expected response when creating an execution for a runner. type WebsocketResponse struct { - WebsocketUrl string + WebsocketUrl string `json:"websocketUrl"` } // ClientError is the response interface if the request is not valid.