mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(LinkedIn Node): Fix issue with posting as user or organization (#6414)
This commit is contained in:
@@ -29,7 +29,7 @@ export async function linkedInApiRequest(
|
||||
headers: {
|
||||
Accept: 'application/json',
|
||||
'X-Restli-Protocol-Version': '2.0.0',
|
||||
'LinkedIn-Version': '202301',
|
||||
'LinkedIn-Version': '202304',
|
||||
},
|
||||
method,
|
||||
body,
|
||||
|
||||
Reference in New Issue
Block a user