From efbe66345c3c77919bb09427062c604f5d5984c8 Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Mon, 22 Dec 2025 16:39:28 -0300 Subject: [PATCH] Add timezone to host response --- docs/REST API/rest-api.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 0085dac05d2..44985787673 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -2907,6 +2907,7 @@ If `after` is being used with `created_at` or `updated_at`, the table must be sp "hardware_version": "", "hardware_serial": "C0124FXASD6G", "computer_name": "Anna's MacBook Pro", + "timezone": null, "display_name": "Anna's MacBook Pro", "public_ip": "123.45.678.910", "primary_ip": "192.12.345.678", @@ -3350,6 +3351,7 @@ Returns the information of the specified host. "hardware_version": "", "hardware_serial": "C0124FXASD6G", "computer_name": "Anna's MacBook Pro", + "timezone": null, "display_name": "Anna's MacBook Pro", "public_ip": "123.45.678.910", "primary_ip": "172.27.0.6", @@ -3639,6 +3641,7 @@ If `hostname` is specified when there is more than one host with the same hostna "hardware_version": "", "hardware_serial": "", "computer_name": "23cfc9caacf0", + "timezone": null, "public_ip": "", "primary_ip": "172.27.0.6", "primary_mac": "02:42:ac:1b:00:06", @@ -3866,6 +3869,7 @@ X-Client-Cert-Serial: "hardware_version": "", "hardware_serial": "", "computer_name": "Anna's MacBook Pro", + "timezone": null, "display_name": "Anna's MacBook Pro", "public_ip": "123.45.678.910", "primary_ip": "192.12.345.678", @@ -5765,6 +5769,7 @@ If `mdm_id`, `mdm_name`, `mdm_enrollment_status`, `os_settings`, or `os_settings "hardware_version": "", "hardware_serial": "", "computer_name": "e2e7f8d8983d", + "timezone": null, "display_name": "e2e7f8d8983d", "primary_ip": "172.20.0.2", "primary_mac": "02:42:ac:14:00:02", @@ -11557,6 +11562,7 @@ The returned lists are filtered based on the hosts the requesting user has acces "hardware_version": "", "hardware_serial": "", "computer_name": "7a2f41482833", + "timezone": null, "display_name": "7a2f41482833", "primary_ip": "172.20.0.3", "primary_mac": "02:42:ac:14:00:03", @@ -11597,6 +11603,7 @@ The returned lists are filtered based on the hosts the requesting user has acces "hardware_version": "", "hardware_serial": "", "computer_name": "78c96e72746c", + "timezone": null, "display_name": "78c96e72746c", "primary_ip": "172.20.0.7", "primary_mac": "02:42:ac:14:00:07",