Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add the following to the add_comment argument in the  "cs-falcon-resolve-incident" command:
Comment is limited to 1024 characters.
  • Loading branch information
ShirleyDenkberg authored Nov 3, 2024
1 parent d4a4ef9 commit 858891c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3305,7 +3305,7 @@ Resolve and update incidents using the specified settings.
| username | Username of a user to assign the incident to. Mutually exclusive with the 'assigned_to_uuid' argument. Using this parameter instead of 'assigned_to_uuid' will result in an additional API call in order to fetch the UUID of the user. | Optional |
| add_tag | Add a new tag to the incidents. | Optional |
| remove_tag | Remove a tag from the incidents. | Optional |
| add_comment | Add a comment to the incident. | Optional |
| add_comment | Add a comment to the incident. Comment is limited to 1024 characters. | Optional |

#### Context Output

Expand Down

0 comments on commit 858891c

Please sign in to comment.