Skip to content

Workday documentation fix #29681

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Packs/Workday/Integrations/WorkdayEventCollector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This integration was integrated and tested with API v1.

| **Parameter** | **Description** | **Required** |
|----------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|--------------|
| 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 |
| 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 |
| 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 |
| Client ID | Copy the Client ID and Secret from the Register API Client for Integrations stage at Workday. | True |
| Client Secret | | True |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ commonfields:
version: -1
configuration:
- name: base_url
display: Server URL (e.g. https://WORKDAY-HOST/ccx/api/v1/TENANT-NAME)
display: Server URL (e.g. https://WORKDAY-HOST/ccx/api/privacy/v1/TENANT-NAME)
required: true
defaultvalue:
type: 0
Expand Down Expand Up @@ -107,7 +107,7 @@ script:
type: python
subtype: python3
isfetchevents: true
dockerimage: demisto/python3:3.10.13.72123
dockerimage: demisto/python3:3.10.13.73190
fromversion: 8.2.0
tests:
- No tests (auto formatted)
Expand Down
7 changes: 7 additions & 0 deletions Packs/Workday/ReleaseNotes/1_4_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### Workday Event Collector
- Updated the Docker image to: *demisto/python3:3.10.13.73190*.

- Updated the **server_url** documentation example to the correct form.
2 changes: 1 addition & 1 deletion Packs/Workday/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Workday",
"description": "Workday offers enterprise-level software solutions for financial management, human resources, and planning.",
"support": "xsoar",
"currentVersion": "1.4.0",
"currentVersion": "1.4.1",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down