Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Headers {
"Bearer undefined",
],
"linkedin-version": Array [
"202505",
"202507",
],
"user-agent": Array [
"Segment (Actions)",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const LINKEDIN_API_VERSION = '202505'
export const LINKEDIN_API_VERSION = '202507'
export const BASE_URL = 'https://api.linkedin.com/rest'
export const LINKEDIN_SOURCE_PLATFORM = 'SEGMENT'
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Headers {
"Bearer undefined",
],
"linkedin-version": Array [
"202505",
"202507",
],
"user-agent": Array [
"Segment (Actions)",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { DependsOnConditions } from '@segment/actions-core/destination-kit/types'

export const LINKEDIN_API_VERSION = '202505'
export const LINKEDIN_API_VERSION = '202507'
export const BASE_URL = 'https://api.linkedin.com/rest'
export const LINKEDIN_SOURCE_PLATFORM = 'SEGMENT'

Expand Down
Loading