authorized_devices
Update Authorized Device
Updates a specific OAuth2 authorized device using its unique ID.
Args: device_id: The ID of the OAuth2 authorized device to update. update: The model containing the attributes to update. auth_context: The current auth context.
Returns: The updated OAuth2 authorized device object.
Raises: KeyError: If the device with the given ID does not exist or does not belong to the current user.
put/api/v1/devices/{device_id}
Path parameters
device_idstring uuid required
Request body
Response
Successful Response