Skip to content

Commit 0420b43

Browse files
committed
bte/service provider temp trapi 1.4 yamls: remove example parameter value
will help avoid uptime check
1 parent 4fe1f4f commit 0420b43

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

biothings_explorer/temp-trapi14-bte.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,7 @@ paths:
813813
application/json:
814814
schema:
815815
type: string
816+
## custom: removed example so SmartAPI registry uptime check won't fail
816817
/asyncquery_status/{job_id}:
817818
get:
818819
tags:
@@ -825,7 +826,7 @@ paths:
825826
- in: path
826827
name: job_id
827828
description: Identifier of the job for status request
828-
example: rXEOAosN3L
829+
# example: rXEOAosN3L
829830
required: true
830831
schema:
831832
type: string

biothings_explorer/temp-trapi14-service-provider.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ paths:
331331
type: string
332332
## need to remove the extra stuff from server url to use this endpoint..
333333
## example: https://api.bte.ncats.io/asyncquery_status/{job_id}
334+
# ## custom: removed example so SmartAPI registry uptime check won't fail
334335
# /asyncquery_status/{job_id}:
335336
# get:
336337
# tags:
@@ -343,7 +344,7 @@ paths:
343344
# - in: path
344345
# name: job_id
345346
# description: Identifier of the job for status request
346-
# example: rXEOAosN3L
347+
# # example: rXEOAosN3L
347348
# required: true
348349
# schema:
349350
# type: string

0 commit comments

Comments
 (0)