action enode_put_charginglocations_charginglocationid { label: "Update Charging Location" description: "Updates a charging location with new configuration" provider: enode method: PUT path: "/charging-locations/{chargingLocationId}" encoding: json input: { type: "object" properties: { chargingLocationId: { type: "string" } } required: ["chargingLocationId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }