Update a Lock's metadata

Updates a Lock's metadata by merging existing key–value pairs on Lock with the provided key–value pairs.

Send in an object with key-value pairs to update the metadata, for instance:

{
  myDataKey: "abc",
}

To delete a field from the metadata, send in null as the value, for instance:

{
  myDataKey: null,
}
Required Scopeproject.admin
Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!