@ApiOperation(name = "api name", ...)
@ApiImplicitparams({
@ApiImplicitParam(name="request", value="JSON Object")
@ApiImplicitParam(name="response", value="JSON Object")
})
@PUT
@Consumes(MediaType.APPLICATION_JSON)
@Produces(MediaType.APPLICATION_JSON)
public Response updateObject(@PathParam("id") Long objectId, @QueryParam("qid") Long objectQId) {
...
}
-
Notifications
You must be signed in to change notification settings - Fork 0
Apairy Blueprint Generator
License
masudjbd/apiary-jax-rs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Apairy Blueprint Generator
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published