Skip to content

Commit

Permalink
Removed ExampleBody
Browse files Browse the repository at this point in the history
  • Loading branch information
gavriella-dotcms committed Aug 26, 2024
1 parent 5be4de7 commit facf10e
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,7 @@ protected ApiTokenResource(final ApiTokenAPI tokenApi, final WebResource webReso
tags = {"Api Tokens"},
responses = {
@ApiResponse(responseCode = "200", description = "User Api tokens successfully retrieved",
content = @Content(mediaType = "application/json",
examples = {
@ExampleObject(

)
}))
content = @Content(mediaType = "application/json"))
})
public final Response getApiTokens(
@Context final HttpServletRequest request,
Expand Down

0 comments on commit facf10e

Please sign in to comment.