From bba54209eee66eb6eb1eae521e67439f7a56c253 Mon Sep 17 00:00:00 2001 From: melSparkles <117769223+melSparkles@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:22:28 -0400 Subject: [PATCH] Update api-docs.json Add body parameter to Execute Script --- api/.gitbook/assets/api-docs.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api/.gitbook/assets/api-docs.json b/api/.gitbook/assets/api-docs.json index 8c4e3e9..28f838e 100644 --- a/api/.gitbook/assets/api-docs.json +++ b/api/.gitbook/assets/api-docs.json @@ -3362,6 +3362,9 @@ "items": { "type": "object" } + }, + "sync": { + "type": "boolean" } }, "type": "object" @@ -6835,4 +6838,4 @@ "bearer": [] } ] -} \ No newline at end of file +}