Skip to content

Commit

Permalink
fix erroneous values in the Outreach config (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Preston authored Jul 29, 2022
1 parent 6e9797d commit 6034c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/saas/config/outreach_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ saas_config:

connector_params:
- name: domain
default_value: platform.segmentapis.com
default_value: api.outreach.io
- name: requester_email
description: The email of the Outreach user to associate with each automated compliance request (data_protection_request)
- name: client_id
Expand All @@ -24,7 +24,7 @@ saas_config:
configuration:
authorization_request:
method: GET
path: /auth/authorize
path: /oauth/authorize
query_params:
- name: client_id
value: <client_id>
Expand Down

0 comments on commit 6034c36

Please sign in to comment.