File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ Send connection requests to LinkedIn users with optional personalized messages.
371371``` typescript
372372await linkedapi .account .sendConnectionRequest ({
373373 personUrl: " https://www.linkedin.com/in/john-doe" ,
374- message : " Hello! I'd love to connect and discuss opportunities." ,
374+ note : " Hello! I'd love to connect and discuss opportunities." ,
375375});
376376```
377377
Original file line number Diff line number Diff line change 11{
22 "name" : " linkedapi-node" ,
3- "version" : " 1.0.0-alpha. 1" ,
3+ "version" : " 1.0.1" ,
44 "description" : " Official TypeScript SDK for Linked API" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -865,7 +865,7 @@ export class AccountApi {
865865 * ```typescript
866866 * const connectionWorkflow = await linkedapi.account.sendConnectionRequest({
867867 * personUrl: "https://www.linkedin.com/in/john-doe",
868- * message : "Hi John, I'd love to connect and discuss opportunities in tech!"
868+ * note : "Hi John, I'd love to connect and discuss opportunities in tech!"
869869 * });
870870 *
871871 * await connectionWorkflow.result();
You can’t perform that action at this time.
0 commit comments