Change some missing PascalCase keys #1084

Closed
opened 2026-04-06 01:34:21 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @dani-garcia on 6/24/2024

Some endpoints were using serde_json::Value and trying to get some PascalCase keys from them, I've changed those to use a struct with the correct camelCase deserialization.

Also some keys on the admin pages were in PascalCase, but they weren't used anywhere.

*Originally created by @dani-garcia on 6/24/2024* Some endpoints were using `serde_json::Value` and trying to get some PascalCase keys from them, I've changed those to use a struct with the correct camelCase deserialization. Also some keys on the admin pages were in PascalCase, but they weren't used anywhere.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1084