ataracticA
Denoβ€’3y agoβ€’
2 replies
ataractic

Manually edit existing KV table

Hello! another day, another question.

Is there a way to manually edit KV database to modify an entry?

{
  key: [ "users", "b9af81a7-8b26-4b2f-b429-85a03d6d0c38" ],
  value: {
    displayName: "test3",
    id: "b9af81a7-8b26-4b2f-b429-85a03d6d0c38",
    registrationDate: 2023-06-04T01:05:41.539Z,
    role: "member",
  },
  versionstamp: "00000000000000070000"
}


For example suppose I have this entry in my database for a user, how can I manually change the user role property?
Was this page helpful?