Skip to content

Commit

Permalink
Additional location fix
Browse files Browse the repository at this point in the history
  • Loading branch information
datsirul committed Jul 16, 2024
1 parent 0844996 commit 60da8ac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
9 changes: 8 additions & 1 deletion models/json/beacon-v2-default-model/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,14 @@
"operationId": "getFilteringTerms",
"responses": {
"200": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/responses/beaconFilteringTermsResponse.json"
"content": {
"application/json": {
"schema": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/responses/beaconFilteringTermsResponse.json"
}
}
},
"description": "Successful operation"
},
"default": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/responses/beaconErrorResponse.json",
Expand Down
6 changes: 5 additions & 1 deletion models/src/beacon-v2-default-model/endpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,11 @@ paths:
- Informational endpoints
responses:
'200':
$ref: https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/responses/beaconFilteringTermsResponse.json
description: Successful operation
content:
application/json:
schema:
$ref: https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/responses/beaconFilteringTermsResponse.json
default:
description: An unsuccessful operation
$ref: https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/responses/beaconErrorResponse.json
Expand Down

0 comments on commit 60da8ac

Please sign in to comment.