From 517062999ae759430fd66ba9a036362b1b373e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Frode=20H=C3=A5skjold?= Date: Mon, 6 Jan 2025 19:55:28 +0100 Subject: [PATCH] fix: updated README regarding execution_time in response --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d104bb..00e70c8 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ All requests require these two fields to be specified: All responses will include these fields: - `id` (string): corresponding to the request ID - `success` (boolean): whether or not the request was successful +- `execution_time` (long): elapsed time in millis If an error occurs, all responses will include these fields: - `error`: a description of the error