Skip to main content
PATCH
Update device of an organization

承認

Authorization
string
header
必須

For authenticated requests, set the Authorization: Bearer your_api_key parameter in the header.
You can create and manage your API Keys by visiting the API Keys tab in the Settings page of your organization in Admina

パスパラメータ

organizationId
number
必須
deviceId
number
必須

ボディ

application/json
fields
object
必須
memo
string
:

"foo bar"

レスポンス

200 - application/json
id
number
必須

Unique identifier for the device

:

123

memo
string
必須

Additional notes or memo about the device

:

"foo bar"

type
enum<string>
必須

Type of the device (e.g., PC, Phone, Tablet)

利用可能なオプション:
pc,
phone,
other
:

"pc"

people
object | null
必須

Person assigned to this device, or null if unassigned

identity
object | null
必須

Identity information of the assigned person, or null if unassigned

preset
object
必須

Preset fields for the device. This is a hashmap where the key maps to the field uniqueName in device fields.

:
custom
object
必須

Custom fields for the device. This is a hashmap where the key maps to the field uniqueName in device fields.

:
createdAt
string<date-time>
必須

Timestamp when the device was created

:

"2024-03-20T00:00:00Z"

updatedAt
string<date-time>
必須

Timestamp when the device was last updated

:

"2024-03-20T00:00:00Z"

customFieldsWithMetadata
object[]
必須
read-only
:
最終更新日 2026年8月7日