Skip to content

Commit

Permalink
Merge pull request #5 from railsware/CPL-17309/update-to-latest-20241…
Browse files Browse the repository at this point in the history
…0-version

[CPL-17309] Update to latest 202410 version
  • Loading branch information
HCodeKeeper authored Oct 28, 2024
2 parents ca44994 + e27485d commit 3ebd35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_linkedin_ads/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
BASE_URL = 'https://api.linkedin.com/rest'
LINKEDIN_TOKEN_URI = 'https://www.linkedin.com/oauth/v2/accessToken'
INTROSPECTION_URI = 'https://www.linkedin.com/oauth/v2/introspectToken'
LINKEDIN_VERSION = '202403'
LINKEDIN_VERSION = '202410'

# set default timeout of 300 seconds
REQUEST_TIMEOUT = 300
Expand Down

0 comments on commit 3ebd35d

Please sign in to comment.