Skip to content

Commit

Permalink
Correcting documentation on SnippetResource#createSnippet to reflect …
Browse files Browse the repository at this point in the history
…that it is creating a snippet.
  • Loading branch information
apiri committed Feb 9, 2016
1 parent eb6f9f0 commit a332893
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ public Response createSnippet(
@Path("") // necessary due to bug in swagger
@PreAuthorize("hasRole('ROLE_DFM')")
@ApiOperation(
value = "Gets a reporting task property descriptor",
response = PropertyDescriptorEntity.class,
value = "Creates a snippet",
response = SnippetEntity.class,
authorizations = {
@Authorization(value = "Read Only", type = "ROLE_MONITOR"),
@Authorization(value = "Data Flow Manager", type = "ROLE_DFM"),
Expand Down

0 comments on commit a332893

Please sign in to comment.