We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3145db4 commit 1970a53Copy full SHA for 1970a53
samples/java-jersey-jaxrs/src/main/java/com/wordnik/swagger/sample/resource/PetResource.java
@@ -49,7 +49,7 @@
49
@AuthorizationScope(scope = "read:pets", description = "read your pets")
50
})
51
}, tags = {
52
- @com.wordnik.swagger.annotations.Tag(value = "pets",
+ @com.wordnik.swagger.annotations.Tag(value = "pet",
53
description = "Everything about your Pets",
54
externalDocs = @ExternalDocs(value="Find out more", url = "http://swagger.io"))
55
0 commit comments