mirror of
https://github.com/apache/nifi.git
synced 2025-02-21 09:59:15 +00:00
NIFI-1112 Fixed APIOperation Annotation on ReportingTaskResource.
Reviewed by Tony Kurc (tkurc@apache.org)
This commit is contained in:
parent
618f22e110
commit
f1bd3d471d
@ -273,7 +273,7 @@ public class ReportingTaskResource extends ApplicationResource {
|
||||
@Path("/{availability}")
|
||||
@PreAuthorize("hasRole('ROLE_DFM')")
|
||||
@ApiOperation(
|
||||
value = "Creates a new remote process group",
|
||||
value = "Creates a new reporting task",
|
||||
response = ReportingTaskEntity.class,
|
||||
authorizations = {
|
||||
@Authorization(value = "Data Flow Manager", type = "ROLE_DFM")
|
||||
|
Loading…
x
Reference in New Issue
Block a user