Assign enrolled device to AppId
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/devices-client-device-assign-enrolled-device-schema.json", "title": "ClientDeviceAssignEnrolledDevice", "description": "Assign enrolled device to AppId", "type": "object", "properties": { "DeviceModel": { "description": "Device Model", "type": "string", "example": "string" }, "PinCode": { "description": "Pin Code", "type": "string", "example": "string" } } }