Skip to content

Commit

Permalink
Merge pull request #69 from folio-org/value-source-api-add-query-params
Browse files Browse the repository at this point in the history
Add queryParams property to ValueSourceApi
  • Loading branch information
bvsharp authored Oct 8, 2024
2 parents 1dd354a + ffa5dfb commit 7207afd
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 7207afd

Please sign in to comment.