Skip to content

Commit

Permalink
url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuttam committed Oct 23, 2024
1 parent 8b2ab3f commit e64edee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkedin_api/linkedin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ def add_connection(self, profile_public_id: str, message="", profile_urn=None):
}

res = self._post(
"voyagerRelationshipsDashMemberRelationships?action=verifyQuotaAndCreateV2&decorationId=com.linkedin.voyager.dash.deco.relationships.InvitationCreationResultWithInvitee-2",
"/voyagerRelationshipsDashMemberRelationships?action=verifyQuotaAndCreateV2&decorationId=com.linkedin.voyager.dash.deco.relationships.InvitationCreationResultWithInvitee-2",
data=json.dumps(payload),
headers={"accept": "application/vnd.linkedin.normalized+json+2.1"},
)
Expand Down

0 comments on commit e64edee

Please sign in to comment.