mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[PR #3124] [MERGED] Change text/plain API responses to application/json #3219
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#3219
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/3124
Author: @jjlin
Created: 1/7/2023
Status: ✅ Merged
Merged: 1/9/2023
Merged by: @dani-garcia
Base:
main← Head:json-response📝 Commits (1)
4d9d649Changetext/plainAPI responses toapplication/json📊 Changes
1 file changed (+6 additions, -9 deletions)
View changed files
📝
src/api/core/accounts.rs(+6 -9)📄 Description
Recent versions of the Bitwarden clients (see bitwarden/clients#3574) won't parse non-JSON responses. The most noticeable consequence is that
/api/accounts/revision-dateresponses won't be parsed, leading to/api/syncalways being called, even when it's not necessary.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.