[GH-ISSUE #97] Vault 2 is using PUT instead of POST when sharing #52

Closed
opened 2026-03-03 01:24:16 +03:00 by kerem · 1 comment
Owner

Originally created by @mprasil on GitHub (Jul 21, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/97

As part of testing for #93, I've found, that the share functionality is broken in new Vault. The API endpoint used is /api/ciphers/{{cipher_id}}/share. We have the functionality already implemented for POST so this should be easy backwards compatible fix.

Originally created by @mprasil on GitHub (Jul 21, 2018). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/97 As part of testing for #93, I've found, that the share functionality is broken in new Vault. The API endpoint used is `/api/ciphers/{{cipher_id}}/share`. We have the functionality already [implemented](https://github.com/dani-garcia/bitwarden_rs/blob/48e69cebab29585684be4bf22282ff1dd4697d24/src/api/core/ciphers.rs#L331) for `POST` so this should be easy backwards compatible fix.
Author
Owner

@dani-garcia commented on GitHub (Aug 1, 2018):

This was fixed by #111

<!-- gh-comment-id:409689737 --> @dani-garcia commented on GitHub (Aug 1, 2018): This was fixed by #111
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#52
No description provided.