Skip to content

Commit

Permalink
API version 1.1.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Meraki committed Sep 30, 2020
1 parent a7ede86 commit 6e6f342
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions openapi/spec2.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 6e6f342

Please sign in to comment.