Skip to content

Commit

Permalink
Merge pull request #31 from mathiasfk/bugfix/set-contact-template
Browse files Browse the repository at this point in the history
Fix set contact template
  • Loading branch information
andreminelli authored Jun 19, 2021
2 parents aff9ee4 + ee96096 commit afdfe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lime.Client.TestConsole/Templates.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Set group Command {"id":"%commandId","method":"set","type":"application/vnd.lime
Get group members Command {"id":"%commandId","method":"get","uri": "/groups/%groupIdentity/members"}
Set group member Command {"id":"%commandId","method":"set","uri": "/groups/%groupIdentity/members","resource":{"address":"%groupMemberAddress","role":"%groupMemberRole"}}
Get contacts Command {"id":"%commandId","method":"get","uri": "/contacts"}
Set contact Command {"id":"%commandId","method":"set","type":"application/vnd.lime.contact+json","uri":"/contacts","resource":{"identity":"%contactIdentity","name":"%contactName","email","%contactEmail","sharePresence":true,"shareAccountInfo":true}}
Set contact Command {"id":"%commandId","method":"set","type":"application/vnd.lime.contact+json","uri":"/contacts","resource":{"identity":"%contactIdentity","name":"%contactName","email":"%contactEmail","sharePresence":true,"shareAccountInfo":true}}
Merge contact Command {"id":"%commandId","method":"merge","type":"application/vnd.lime.contact+json","uri":"/contacts","resource":{"identity":"%contactIdentity","name":"%contactName"}}
Delete contact Command {"id":"%commandId","method":"delete","uri": "/contacts/%contactIdentity"}
Set location Command {"id": "%commandId","to":"[email protected]","method":"set","type":"application/vnd.lime.location+json","uri":"/location","resource":{"latitude":10.1,"longitude":10.2}}
Expand Down

0 comments on commit afdfe42

Please sign in to comment.