Skip to content

Commit d3a2d5c

Browse files
committed
Update the API version
1 parent 3ca88e6 commit d3a2d5c

File tree

1 file changed

+1
-1
lines changed
  • airbyte-integrations/connectors/source-linkedin-ads/source_linkedin_ads

1 file changed

+1
-1
lines changed

airbyte-integrations/connectors/source-linkedin-ads/source_linkedin_ads/streams.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
logger = logging.getLogger("airbyte")
1919

20-
LINKEDIN_VERSION_API = "202305"
20+
LINKEDIN_VERSION_API = "202402"
2121

2222

2323
class LinkedinAdsStream(HttpStream, ABC):

0 commit comments

Comments
 (0)