Skip to content

Commit

Permalink
feat: Update contact permissions
Browse files Browse the repository at this point in the history
We want to be able to modify and delete a contact from Cozy Pass extension.
  • Loading branch information
zatteo committed Apr 17, 2024
1 parent 763274d commit a9be7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"contacts": {
"description": "Required to share passwords with other people",
"type": "io.cozy.contacts",
"verbs": ["GET", "POST"]
"verbs": ["GET", "PUT", "POST", "DELETE"]
},
"groups": {
"description": "Required to share passwords with other people",
Expand Down

0 comments on commit a9be7e4

Please sign in to comment.