From ffa5dfb36533626a3c05d5ec52e7f54cc709b0c0 Mon Sep 17 00:00:00 2001 From: Bobby Sharp Date: Tue, 8 Oct 2024 13:55:13 -0400 Subject: [PATCH] Add queryParams property to ValueSourceApi --- src/main/resources/swagger.api/schemas/valueSourceApi.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/swagger.api/schemas/valueSourceApi.json b/src/main/resources/swagger.api/schemas/valueSourceApi.json index fbbfa7f..e12678a 100644 --- a/src/main/resources/swagger.api/schemas/valueSourceApi.json +++ b/src/main/resources/swagger.api/schemas/valueSourceApi.json @@ -15,6 +15,13 @@ "labelJsonPath": { "description": "JsonPath defining how to access the labels for the values provided by the API", "type": "string" + }, + "queryParams": { + "description": "Map of query parameters to be passed to API endpoint", + "type": "object", + "additionalProperties": { + "type": "string" + } } }, "required": [