diff --git a/Packs/Code42/Integrations/Code42/Code42.yml b/Packs/Code42/Integrations/Code42/Code42.yml index 192f5aca2181..cfea28e1e326 100644 --- a/Packs/Code42/Integrations/Code42/Code42.yml +++ b/Packs/Code42/Integrations/Code42/Code42.yml @@ -333,7 +333,7 @@ script: - name: code42-highriskemployee-get-all arguments: - name: risktags - description: To filter results by employees who have these risk tags. + description: To filter results by employees who have these risk tags. Space delimited. outputs: - contextPath: Code42.HighRiskEmployee.UserID description: Internal Code42 User ID for the High Risk Employee. @@ -352,7 +352,7 @@ script: description: The username of the High Risk Employee. - name: risktags required: true - description: Risk tags to associate with the High Risk Employee. + description: Space-delimited risk tags to associate with the High Risk Employee. outputs: - contextPath: Code42.HighRiskEmployee.UserID description: Internal Code42 User ID for the Departing Employee. @@ -369,7 +369,7 @@ script: description: The username of the High Risk Employee. - name: risktags required: true - description: Risk tags to disassociate from the High Risk Employee. + description: Space-delimited risk tags to disassociate from the High Risk Employee. outputs: - contextPath: Code42.HighRiskEmployee.UserID description: Internal Code42 User ID for the Departing Employee.