From 6e6f3428e15c464c64659e94c58415bed2b34154 Mon Sep 17 00:00:00 2001 From: Meraki Date: Wed, 30 Sep 2020 11:32:56 -0700 Subject: [PATCH] API version 1.1.0-beta.4 --- openapi/spec2.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/openapi/spec2.json b/openapi/spec2.json index c1b5e7c..04258ed 100644 --- a/openapi/spec2.json +++ b/openapi/spec2.json @@ -1,9 +1,9 @@ { "swagger": "2.0", "info": { - "version": "1.1.0-beta.3", + "version": "1.1.0-beta.4", "title": "Meraki Dashboard API", - "description": "The Cisco Meraki Dashboard API is a modern REST API based on the OpenAPI specification.\n\n> Date: 23 September, 2020\n>\n> [What's New](https://meraki.io/whats-new/)\n\n---\n\n[API Documentation](https://meraki.io/api)\n\n[Community Support](https://meraki.io/community)\n\n[Meraki Homepage](https://www.meraki.com)\n" + "description": "The Cisco Meraki Dashboard API is a modern REST API based on the OpenAPI specification.\n\n> Date: 30 September, 2020\n>\n> [What's New](https://meraki.io/whats-new/)\n\n---\n\n[API Documentation](https://meraki.io/api)\n\n[Community Support](https://meraki.io/community)\n\n[Meraki Homepage](https://www.meraki.com)\n" }, "host": "api.meraki.com", "basePath": "/api/v1", @@ -13212,7 +13212,7 @@ "type": "string", "name": "productType", "in": "query", - "description": "The product type to fetch events for. This parameter is required for networks with multiple device types. Valid types are wireless, appliance, switch, systemsManager, camera, and cellularGateway" + "description": "The product type to fetch events for. This parameter is required for networks with multiple device types. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, and environmental" }, { "type": "array", @@ -20425,7 +20425,7 @@ }, "increaseAccessSpeed": { "type": "boolean", - "description": "Enabling this option will make switches execute 802.1x and MAC-bypass authentication simultaneously so that clients authenticate faster. Only required when accessPolicyType is 'Hybrid Authentication." + "description": "Enabling this option will make switches execute 802.1X and MAC-bypass authentication simultaneously so that clients authenticate faster. Only required when accessPolicyType is 'Hybrid Authentication." }, "guestVlanId": { "type": "integer", @@ -20707,7 +20707,7 @@ }, "increaseAccessSpeed": { "type": "boolean", - "description": "Enabling this option will make switches execute 802.1x and MAC-bypass authentication simultaneously so that clients authenticate faster. Only required when accessPolicyType is 'Hybrid Authentication." + "description": "Enabling this option will make switches execute 802.1X and MAC-bypass authentication simultaneously so that clients authenticate faster. Only required when accessPolicyType is 'Hybrid Authentication." }, "guestVlanId": { "type": "integer", @@ -36262,10 +36262,11 @@ "switch", "systemsManager", "camera", - "cellularGateway" + "cellularGateway", + "environmental" ] }, - "description": "The product type(s) of the new network. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway. If more than one type is included, the network will be a combined network." + "description": "The product type(s) of the new network. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, environmental. If more than one type is included, the network will be a combined network." }, "tags": { "type": "array",