File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -813,6 +813,7 @@ paths:
813
813
application/json :
814
814
schema :
815
815
type : string
816
+ # # custom: removed example so SmartAPI registry uptime check won't fail
816
817
/asyncquery_status/{job_id} :
817
818
get :
818
819
tags :
@@ -825,7 +826,7 @@ paths:
825
826
- in : path
826
827
name : job_id
827
828
description : Identifier of the job for status request
828
- example : rXEOAosN3L
829
+ # example: rXEOAosN3L
829
830
required : true
830
831
schema :
831
832
type : string
Original file line number Diff line number Diff line change @@ -331,6 +331,7 @@ paths:
331
331
type : string
332
332
# # need to remove the extra stuff from server url to use this endpoint..
333
333
# # example: https://api.bte.ncats.io/asyncquery_status/{job_id}
334
+ # ## custom: removed example so SmartAPI registry uptime check won't fail
334
335
# /asyncquery_status/{job_id}:
335
336
# get:
336
337
# tags:
@@ -343,7 +344,7 @@ paths:
343
344
# - in: path
344
345
# name: job_id
345
346
# description: Identifier of the job for status request
346
- # example: rXEOAosN3L
347
+ # # example: rXEOAosN3L
347
348
# required: true
348
349
# schema:
349
350
# type: string
You can’t perform that action at this time.
0 commit comments