Vault 2 is using PUT instead of POST when sharing #53

Closed
opened 2026-02-04 16:30:33 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @mprasil on GitHub (Jul 22, 2018).

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 22, 2018). 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.
OVERLORD added the good first issuebugfuture Vault labels 2026-02-04 16:30:33 +03:00
Author
Owner

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

This was fixed by #111

@dani-garcia commented on GitHub (Aug 1, 2018): This was fixed by #111
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#53