For this API:
@POST
@ApiOperation(value = "Create a Provider Account in the controller.",
                notes = "Requires permission 'provider_acct_create'", 
                response = ProviderAccount.class)
@PreAuthorize("hasRole('ROLE_provider_acct_create')")
public void create(@Suspended final AsyncResponse asyncResponse,
                     @ApiParam(required = true) final 
ProvAccCreation<Credential> createRequest) {
.......

}

I am not able to see request model/schema. Attached screen shot:




<https://lh3.googleusercontent.com/-WiMdwYjZKMU/WaPjRrL8oDI/AAAAAAAADlc/4qOccj29ROw98rwZQa09HiuAB1w-P6VEQCLcBGAs/s1600/missing%2Bbdy.png>



I am facing difficulty in figuring out what could be the probable issue. 
Help would be appreciated. 


Thanks.








-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to