mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(LinkedIn Node): API version update (#14697)
This commit is contained in:
@@ -37,7 +37,7 @@ export async function linkedInApiRequest(
|
||||
headers: {
|
||||
Accept: 'application/json',
|
||||
'X-Restli-Protocol-Version': '2.0.0',
|
||||
'LinkedIn-Version': '202404',
|
||||
'LinkedIn-Version': '202504',
|
||||
},
|
||||
method,
|
||||
body,
|
||||
|
||||
Reference in New Issue
Block a user