diff --git a/template.js b/template.js index ff6a98e..acd2b8f 100644 --- a/template.js +++ b/template.js @@ -136,7 +136,7 @@ function getRequestHeaders() { return { 'Content-Type': 'application/json', Authorization: 'Bearer ' + data.accessToken, - 'LinkedIn-Version': '202307', + 'LinkedIn-Version': '202406', 'X-Restli-Protocol-Version': '2.0.0' }; } diff --git a/template.tpl b/template.tpl index 99dc782..72aa7cc 100644 --- a/template.tpl +++ b/template.tpl @@ -439,7 +439,7 @@ function getRequestHeaders() { return { 'Content-Type': 'application/json', Authorization: 'Bearer ' + data.accessToken, - 'LinkedIn-Version': '202307', + 'LinkedIn-Version': '202406', 'X-Restli-Protocol-Version': '2.0.0' }; }