teams-devices_unrevoke_devices_request

A list of device ids to unrevoke.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-unrevoke-devices-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_unrevoke_devices_request",
  "title": "teams-devices_unrevoke_devices_request",
  "description": "A list of device ids to unrevoke.",
  "items": {
    "$ref": "#/components/schemas/teams-devices_schemas-uuid"
  },
  "maxLength": 200,
  "type": "array"
}