Update Lock Connection Metadata

Updates a Lock Connection's metadata by merging existing key–value pairs on Lock Connection 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
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the Project. Must match the one in the JWT.

string
required

ID of the Lock Connection.

Body Params

Additional custom data linked to this entity presented in a key–value pairs format. Use this to store additional data that is not part of the core data model. Up to 20 key–value pairs are supported. Each key's length can be up to 40 characters long, and each value's maximum length is 256. Setting a value to null will remove the key–value pair from the metadata. Metadata Keys with the prefix unloc is reserved, and can be overwritten by the system.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json