Skip to content

Commit

Permalink
Add queryParams property to ValueSourceApi
Browse files Browse the repository at this point in the history
  • Loading branch information
bvsharp committed Oct 8, 2024
1 parent 1dd354a commit ffa5dfb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/swagger.api/schemas/valueSourceApi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit ffa5dfb

Please sign in to comment.