Hi,

Given an API requiring authentciation like so:

@Path("/updateUser")
@POST
public String updateUser(@Auth UserPrincipal userPrincipal, UserRequest user)

How do I add the appropriate annotations in Swagger so that a client can test 
the API in the Swagger UI?

What I currently get is the attached screenshot

Thanks, Jason

-- 
You received this message because you are subscribed to the Google Groups 
"dropwizard-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dropwizard-user/dd36bbef-d1af-4fcb-8b7f-7bdaa32283ac%40googlegroups.com.

Reply via email to