fix(LinkedIn Node): Update LinkedIn API version in request headers (#28564)

Co-authored-by: Jon <jonathan.bennetts@gmail.com>
This commit is contained in:
R🂡hul 2026-04-17 20:03:10 +05:30 committed by GitHub
parent 8c3e692174
commit 25e07cab5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ export async function linkedInApiRequest(
headers: {
Accept: 'application/json',
'X-Restli-Protocol-Version': '2.0.0',
'LinkedIn-Version': '202504',
'LinkedIn-Version': '202604',
},
method,
body,