From 878ba619895cd310437f9cf425806fb38958b6e0 Mon Sep 17 00:00:00 2001 From: Stefan Naglee Date: Tue, 11 Jun 2024 14:47:08 -0400 Subject: [PATCH 1/2] Add internal to array task types --- openapi-v1.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi-v1.yaml b/openapi-v1.yaml index ebe8422..875f03f 100644 --- a/openapi-v1.yaml +++ b/openapi-v1.yaml @@ -1032,6 +1032,7 @@ definitions: - GENERIC_UDF - BATCH_UDF - CLIENT_COMPUTATION + - INTERNAL ArrayTaskStatus: description: Status of array task From 9bd1d7a9fca412d2d1a19c90e668f64eb1efd255 Mon Sep 17 00:00:00 2001 From: Stefan Naglee Date: Tue, 11 Jun 2024 15:23:05 -0400 Subject: [PATCH 2/2] Add inclusion for internal type --- openapi-v1.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openapi-v1.yaml b/openapi-v1.yaml index 875f03f..dcc7c7c 100644 --- a/openapi-v1.yaml +++ b/openapi-v1.yaml @@ -6890,6 +6890,11 @@ paths: type: array items: type: string + - name: include_internal_type + in: query + description: match file_type of task array, more than one can be included + required: false + type: boolean - name: status in: query description: Filter to only return these statuses