Clients
Update Client
patch/clients/{id}
Path parameters
idstring required
Client ID
Request body
Example request
{
"client": {
"name": "John's Macbook Air"
}
}Response
Client Response
Example response
{
"data": {
"actor_id": "6ecc106b-75c1-48a5-846c-14782180c1ff",
"created_at": "2025-01-01T00:00:00Z",
"device_serial": "GCCFX0DBQ6L5",
"device_uuid": "7A461FF9-0BE2-64A9-A418-539D9A21827B",
"firebase_installation_id": null,
"firezone_id": "b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c",
"hostname": "johns-macbook.example.com",
"id": "42a7f82f-831a-4a9d-8f17-c66c2bb6e205",
"identifier_for_vendor": null,
"ipv4": "100.64.0.1",
"ipv6": "fd00:2021:1111::1",
"last_attested_at": "2025-01-01T00:00:00Z",
"last_attested_cert_fingerprint": "9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08",
"last_attested_cert_serial": "4A:2F:00:8C:11:03:9E:5B",
"last_attested_device_serial": "GCCFX0DBQ6L5",
"last_attested_device_uuid": "7A461FF9-0BE2-64A9-A418-539D9A21827B",
"last_attested_mdm_device_id": "5f2e7b7a-9d54-4bd2-9d4f-8f6c2a01f9d3",
"name": "John's Macbook Air",
"online": true,
"updated_at": "2025-01-01T00:00:00Z",
"verified_at": "2025-01-01T00:00:00Z"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.