Skip to content

Commit 2f0deef

Browse files
eyalpaloostolero
authored andcommitted
Workday documentation fix (#29681)
* readme * readme * rn * rn
1 parent 2adb6b4 commit 2f0deef

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

Packs/Workday/Integrations/WorkdayEventCollector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This integration was integrated and tested with API v1.
99

1010
| **Parameter** | **Description** | **Required** |
1111
|----------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|--------------|
12-
| Server URL (e.g. https://WORKDAY-HOST/ccx/api/v1/TENANT_NAME) | REST API Endpoint of Workday server. Can be obtained from View API Clients report in Workday application | True |
12+
| Server URL (e.g. https://WORKDAY-HOST/ccx/api/privacy/v1/TENANT_NAME) | REST API Endpoint of Workday server. Can be obtained from View API Clients report in Workday application | True |
1313
| Token endpoint (e.g. https://WORKDAY-HOST/ccx/oauth2/TENANT_NAME/token) | Token endpoint of the Workday server. Can be obtained from View API Clients report in Workday application. | True |
1414
| Client ID | Copy the Client ID and Secret from the Register API Client for Integrations stage at Workday. | True |
1515
| Client Secret | | True |

Packs/Workday/Integrations/WorkdayEventCollector/WorkdayEventCollector.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ commonfields:
77
version: -1
88
configuration:
99
- name: base_url
10-
display: Server URL (e.g. https://WORKDAY-HOST/ccx/api/v1/TENANT-NAME)
10+
display: Server URL (e.g. https://WORKDAY-HOST/ccx/api/privacy/v1/TENANT-NAME)
1111
required: true
1212
defaultvalue:
1313
type: 0
@@ -107,7 +107,7 @@ script:
107107
type: python
108108
subtype: python3
109109
isfetchevents: true
110-
dockerimage: demisto/python3:3.10.13.72123
110+
dockerimage: demisto/python3:3.10.13.73190
111111
fromversion: 8.2.0
112112
tests:
113113
- No tests (auto formatted)

Packs/Workday/ReleaseNotes/1_4_1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
#### Integrations
3+
4+
##### Workday Event Collector
5+
- Updated the Docker image to: *demisto/python3:3.10.13.73190*.
6+
7+
- Updated the **server_url** documentation example to the correct form.

Packs/Workday/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Workday",
33
"description": "Workday offers enterprise-level software solutions for financial management, human resources, and planning.",
44
"support": "xsoar",
5-
"currentVersion": "1.4.0",
5+
"currentVersion": "1.4.1",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

0 commit comments

Comments
 (0)