We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7776903 commit f565fddCopy full SHA for f565fdd
1 file changed
src/main/java/edu/isi/oba/MapperOperation.java
@@ -133,7 +133,7 @@ private void setOperationGet() {
133
.schema(new StringSchema()));
134
parameters.add(new QueryParameter()
135
.name("page")
136
- .description("Number of pages")
+ .description("Page number")
137
.required(false)
138
.schema(new IntegerSchema()._default(1)));
139
0 commit comments