File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- openapi : 3.0.0
1
+ openapi : 3.0.1
2
2
servers :
3
3
- url : ' {scheme}://developer.uspto.gov/ds-api'
4
4
variables :
@@ -78,22 +78,22 @@ paths:
78
78
parameters :
79
79
- name : dataset
80
80
in : path
81
- description : ' Name of the dataset. In this case, the default value is oa_citations '
81
+ description : ' Name of the dataset.'
82
82
required : true
83
+ example : " oa_citations"
83
84
schema :
84
85
type : string
85
- default : oa_citations
86
86
- name : version
87
87
in : path
88
88
description : Version of the dataset.
89
89
required : true
90
+ example : " v1"
90
91
schema :
91
92
type : string
92
- default : v1
93
93
responses :
94
94
' 200 ' :
95
95
description : >-
96
- The dataset api for the given version is found and it is accessible
96
+ The dataset API for the given version is found and it is accessible
97
97
to consume.
98
98
content :
99
99
application/json :
You can’t perform that action at this time.
0 commit comments