Skip to content

Commit

Permalink
file exists in context (#32396)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbabazadeh authored and maimorag committed Jan 24, 2024
1 parent a5f8b6d commit 65b7508
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Packs/DemistoRESTAPI/Integrations/CoreRESTAPI/CoreRESTAPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@ script:
- name: entry_id
description: "The War Room entry ID of the file."
required: true
description: Check if the file exists in Cortex XSOAR by entry_id.
description: Check if the file exists in Cortex XSOAR (Context) by entry_id.
outputs:
- description: Dictionary with EntryID as the key and boolean if the file exists as a value.
- description: Dictionary with EntryID as the key and boolean if the file exists as a value in Context.
contextPath: IsFileExists
tests:
- No tests
Expand Down
2 changes: 1 addition & 1 deletion Packs/DemistoRESTAPI/Integrations/CoreRESTAPI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ Delete the attachment from the incident and from the Cortex XSOAR server.
### core-api-file-check

***
Check if the file exists in Cortex XSOAR by entry_id.
Check if the file exists in Cortex XSOAR (Context) by entry_id.

#### Base Command

Expand Down
6 changes: 6 additions & 0 deletions Packs/DemistoRESTAPI/ReleaseNotes/1_3_46.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Core REST API

- Documentation and metadata improvements.
2 changes: 1 addition & 1 deletion Packs/DemistoRESTAPI/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Cortex REST API",
"description": "Use Demisto REST APIs",
"support": "xsoar",
"currentVersion": "1.3.45",
"currentVersion": "1.3.46",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 65b7508

Please sign in to comment.