fix(LinkedIn Node): API version update (#14697)

This commit is contained in:
Michael Kret
2025-04-17 11:23:41 +03:00
committed by GitHub
parent bfccd42b9f
commit 77e2ac6495

View File

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