From fd368e01b863881794c62752d9da0a138c2f8ddd Mon Sep 17 00:00:00 2001 From: Kostiantyn Horozhanov Date: Fri, 21 Jun 2024 17:39:32 +0200 Subject: [PATCH] Linkedin Marketing June 2024 --- template.js | 2 +- template.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' }; }