[PR #108] [MERGED] Implementing PUT for 'api/ciphers/move' (#99) #3871

Open
opened 2025-10-09 18:31:44 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/108
Author: @krankur
Created: 8/1/2018
Status: Merged
Merged: 8/1/2018
Merged by: @dani-garcia

Base: betaHead: beta


📝 Commits (4)

  • 91a2319 Implementing PUT for ciphers/move (#99)
  • fcc4853 clean up
  • 2f6aa3c Reverting removal of 'api/ciphers/move' POST as it is required for backward compatibility
  • 0e095a9 change to reuse the logic for POST in PUT as well

📊 Changes

2 files changed (+6 additions, -0 deletions)

View changed files

📝 src/api/core/ciphers.rs (+5 -0)
📝 src/api/core/mod.rs (+1 -0)

📄 Description

Have made changes to support PUT call for /api/ciphers/move instead of POST as new vault version (2.0) makes a PUT call.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/108 **Author:** [@krankur](https://github.com/krankur) **Created:** 8/1/2018 **Status:** ✅ Merged **Merged:** 8/1/2018 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `beta` ← **Head:** `beta` --- ### 📝 Commits (4) - [`91a2319`](https://github.com/dani-garcia/vaultwarden/commit/91a23193251366b630b6c25cb2c5d7429604ee7e) Implementing PUT for ciphers/move (#99) - [`fcc4853`](https://github.com/dani-garcia/vaultwarden/commit/fcc485384f37583cb3261e833b5acc91e7f30c65) clean up - [`2f6aa3c`](https://github.com/dani-garcia/vaultwarden/commit/2f6aa3c36381f802bddf97fbb988020a302e7a2b) Reverting removal of 'api/ciphers/move' POST as it is required for backward compatibility - [`0e095a9`](https://github.com/dani-garcia/vaultwarden/commit/0e095a9fa4c8417ba308cbd0de974278654a65e1) change to reuse the logic for POST in PUT as well ### 📊 Changes **2 files changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/ciphers.rs` (+5 -0) 📝 `src/api/core/mod.rs` (+1 -0) </details> ### 📄 Description Have made changes to support `PUT` call for `/api/ciphers/move` instead of `POST` as new vault version (2.0) makes a `PUT` call. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:31:44 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3871