Skip to content

Commit

Permalink
API version 1.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Meraki committed May 27, 2020
1 parent c1715ce commit dd544c1
Showing 1 changed file with 5 additions and 59 deletions.
64 changes: 5 additions & 59 deletions openapi/spec2.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"swagger": "2.0",
"info": {
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"title": "Meraki Dashboard API",
"description": "The Cisco Meraki Dashboard API is a modern REST API based on the OpenAPI specification.\n\n> Date: 20 May, 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: 27 May, 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",
"x-codegen-settings": {
"appendContentHeaders": true,
"brandLabel": "meraki",
Expand Down Expand Up @@ -9462,33 +9462,6 @@
"resolution"
],
"description": "Quality and resolution for MV22X/MV72X camera models."
},
"MV02": {
"type": "object",
"properties": {
"quality": {
"type": "string",
"enum": [
"Standard",
"Enhanced",
"High"
],
"description": "Quality of the camera. Can be one of 'Standard', 'Enhanced' or 'High'."
},
"resolution": {
"type": "string",
"enum": [
"1280x720",
"1920x1080"
],
"description": "Resolution of the camera. Can be one of '1280x720' or '1920x1080'."
}
},
"required": [
"quality",
"resolution"
],
"description": "Quality and resolution for MV02 camera models."
}
},
"description": "Video quality and resolution settings for all the camera models."
Expand Down Expand Up @@ -9809,33 +9782,6 @@
"resolution"
],
"description": "Quality and resolution for MV22X/MV72X camera models."
},
"MV02": {
"type": "object",
"properties": {
"quality": {
"type": "string",
"enum": [
"Standard",
"Enhanced",
"High"
],
"description": "Quality of the camera. Can be one of 'Standard', 'Enhanced' or 'High'."
},
"resolution": {
"type": "string",
"enum": [
"1280x720",
"1920x1080"
],
"description": "Resolution of the camera. Can be one of '1280x720' or '1920x1080'."
}
},
"required": [
"quality",
"resolution"
],
"description": "Quality and resolution for MV02 camera models."
}
},
"description": "Video quality and resolution settings for all the camera models."
Expand Down Expand Up @@ -11125,7 +11071,7 @@
"examples": {
"application/json": {
"mac": "00:11:22:33:44:55",
"type": "Group policy",
"devicePolicy": "Group policy",
"groupPolicyId": "101"
}
}
Expand Down Expand Up @@ -11172,7 +11118,7 @@
},
"example": {
"mac": "00:11:22:33:44:55",
"type": "Group policy",
"devicePolicy": "Group policy",
"groupPolicyId": "101"
},
"required": [
Expand All @@ -11192,7 +11138,7 @@
"examples": {
"application/json": {
"mac": "00:11:22:33:44:55",
"type": "Group policy",
"devicePolicy": "Group policy",
"groupPolicyId": "101"
}
}
Expand Down

0 comments on commit dd544c1

Please sign in to comment.