action ijenko_device_patch_metadata { label: "Modify metadata" description: "Modify the metadata.\nKeys are limited to the same format as tags (up to 21 characters, [a-z0-9], starting with [a-z]). Values can be any JSON value.\n" provider: ijenko method: PATCH path: "/devices/{deviceId}/metadata" encoding: json output: { type: "object" additionalProperties: true } }