Skip to content

Commit

Permalink
Update Swagger description and contact info (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
gayanW authored and dkayiwa committed Aug 29, 2017
1 parent c376d1a commit 4f5eb1a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ private void initSwagger() {
final Info info = new Info()
.version(OpenmrsConstants.OPENMRS_VERSION_SHORT)
.title("OpenMRS API Docs")
.description("OpenMRS RESTful API specification")
.contact(new Contact().url("http://openmrs.org"))
.description("OpenMRS RESTful API documentation generated by Swagger")
.contact(new Contact().name("OpenMRS").url("http://openmrs.org"))
.license(new License().name("MPL-2.0 w/ HD").url("http://openmrs.org/license"));

this.swagger
Expand Down

0 comments on commit 4f5eb1a

Please sign in to comment.