From 3cf7e7a78afbf661b0a315c960d537c87abaee18 Mon Sep 17 00:00:00 2001 From: fwang12 Date: Sat, 18 Feb 2023 14:46:39 +0800 Subject: [PATCH] add app start time --- docs/client/rest/rest_api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/client/rest/rest_api.md b/docs/client/rest/rest_api.md index f863404a6d6..02a9142773e 100644 --- a/docs/client/rest/rest_api.md +++ b/docs/client/rest/rest_api.md @@ -493,6 +493,7 @@ The [Engine](#engine) List. | user | The user created the batch | String | | batchType | The batch type | String | | name | The batch name | String | +| appStartTime | The batch application start time | Long | | appId | The batch application Id | String | | appUrl | The batch application tracking url | String | | appState | The batch application state | String |