Skip to content

Commit

Permalink
Linkedin Marketing June 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
kHorozhanov committed Jun 21, 2024
1 parent 4db52b2 commit fd368e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
};
}
Expand Down
2 changes: 1 addition & 1 deletion template.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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'
};
}
Expand Down

0 comments on commit fd368e0

Please sign in to comment.