Details
| ID | MarkAsNoteByTag |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | Utility |
README
Marks entries as notes if they are tagged with a given tag.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | Utility |
Inputs
| Argument Name | Description |
|---|---|
| tag | The entries with the given tag will be marked as notes. |
Outputs
There are no outputs for this script.
commonfields: id: MarkAsNoteByTag version: -1 name: MarkAsNoteByTag script: '' type: python subtype: python3 tags: - Utility comment: Mark entries as notes if they are tagged with given tag. enabled: true args: - name: tag required: true default: true description: Entries with the given tag will be marked as notes. scripttarget: 0 fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10404775 tests: - No tests (auto formatted)