fix(LinkedIn Node): Fix issue with posting as user or organization (#6414)

This commit is contained in:
Jon
2023-06-13 15:44:35 +01:00
committed by GitHub
parent fecf62296b
commit d041602754
3 changed files with 2 additions and 3 deletions

View File

@@ -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,