Added new APIs

Added

  • New Account APIs:
    • GET /v2/crc/managed_rooms/account_setting
    • GET /v2/accounts/{accountId}/crc/managed_rooms/account_setting
    • PATCH /v2/crc/managed_rooms/account_setting
    • PATCH /v2/accounts/{accountId}/crc/managed_rooms/account_setting
  • New Cisco/Polycom Rooms APIs:
    • PATCH /v2/crc/managed_rooms/{deviceId}
    • PATCH /v2/accounts/{accountId}/crc/managed_rooms/{deviceId}
    • DELETE /v2/crc/managed_rooms/{deviceId}
    • DELETE /v2/accounts/{accountId}/crc/managed_rooms/{deviceId}
    • GET /v2/crc/managed_rooms
    • GET /v2/accounts/{accountId}/crc/managed_rooms
    • GET /v2/crc/managed_rooms/{deviceId}
    • GET /v2/accounts/{accountId}/crc/managed_rooms/{deviceId}
    • POST /v2/crc/managed_rooms
    • POST /v2/accounts/{accountId}/crc/managed_rooms
  • New Room Template APIs:
    • PATCH /v2/crc/room_templates/{templateId}
    • PATCH /v2/accounts/{accountId}/crc/room_templates/{templateId}
    • POST /v2/crc/room_templates
    • POST /v2/accounts/{accountId}/crc/room_templates
    • DELETE /v2/crc/room_templates/{templateId}
    • DELETE /v2/accounts/{accountId}/crc/room_templates/{templateId}
    • GET /v2/crc/room_templates
    • GET /v2/accounts/{accountId}/crc/room_templates
    • GET /v2/crc/room_templates/{templateId}
    • GET /v2/accounts/{accountId}/crc/room_templates/{templateId}