mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
fix(LinkedIn Node): Update LinkedIn API version in request headers (#28564)
Co-authored-by: Jon <jonathan.bennetts@gmail.com>
This commit is contained in:
parent
8c3e692174
commit
25e07cab5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue