diff --git a/Packs/DemistoRESTAPI/Integrations/CoreRESTAPI/CoreRESTAPI.yml b/Packs/DemistoRESTAPI/Integrations/CoreRESTAPI/CoreRESTAPI.yml index d06ca335981f..94c17a0fbcc4 100644 --- a/Packs/DemistoRESTAPI/Integrations/CoreRESTAPI/CoreRESTAPI.yml +++ b/Packs/DemistoRESTAPI/Integrations/CoreRESTAPI/CoreRESTAPI.yml @@ -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 diff --git a/Packs/DemistoRESTAPI/Integrations/CoreRESTAPI/README.md b/Packs/DemistoRESTAPI/Integrations/CoreRESTAPI/README.md index b55b7bfd80b9..eabbd157c0bc 100644 --- a/Packs/DemistoRESTAPI/Integrations/CoreRESTAPI/README.md +++ b/Packs/DemistoRESTAPI/Integrations/CoreRESTAPI/README.md @@ -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 diff --git a/Packs/DemistoRESTAPI/ReleaseNotes/1_3_46.md b/Packs/DemistoRESTAPI/ReleaseNotes/1_3_46.md new file mode 100644 index 000000000000..c4fa80fee9b6 --- /dev/null +++ b/Packs/DemistoRESTAPI/ReleaseNotes/1_3_46.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### Core REST API + +- Documentation and metadata improvements. diff --git a/Packs/DemistoRESTAPI/pack_metadata.json b/Packs/DemistoRESTAPI/pack_metadata.json index cb32d36b6524..fffd02ac2280 100644 --- a/Packs/DemistoRESTAPI/pack_metadata.json +++ b/Packs/DemistoRESTAPI/pack_metadata.json @@ -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": "",