Skip to content

Commit

Permalink
[CPL-18661] Migrate to 202411
Browse files Browse the repository at this point in the history
  • Loading branch information
HCodeKeeper committed Jan 24, 2025
1 parent 81a41fc commit b7c4628
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 = '202410'
LINKEDIN_VERSION = '202411'

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

0 comments on commit b7c4628

Please sign in to comment.