NIFI-4795:

Fixed allowed values
This closes #2414
This commit is contained in:
sbouchex 2018-01-18 23:49:55 +01:00 committed by Matt Gilman
parent e3c661daac
commit 94d0974003
No known key found for this signature in database
GPG Key ID: DF61EC19432AEE37
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class AccessPolicySummaryDTO extends ComponentDTO {
*/
@ApiModelProperty(
value = "The action associated with this access policy.",
allowableValues = "READ, WRITE"
allowableValues = "read, write"
)
public String getAction() {
return action;