File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 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
22servers :
33 - url : ' {scheme}://developer.uspto.gov/ds-api'
44 variables :
@@ -78,22 +78,22 @@ paths:
7878 parameters :
7979 - name : dataset
8080 in : path
81- description : ' Name of the dataset. In this case, the default value is oa_citations '
81+ description : ' Name of the dataset.'
8282 required : true
83+ example : " oa_citations"
8384 schema :
8485 type : string
85- default : oa_citations
8686 - name : version
8787 in : path
8888 description : Version of the dataset.
8989 required : true
90+ example : " v1"
9091 schema :
9192 type : string
92- default : v1
9393 responses :
9494 ' 200 ' :
9595 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
9797 to consume.
9898 content :
9999 application/json :
You can’t perform that action at this time.
0 commit comments