You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The Cisco Meraki Dashboard API is a modern REST API based on the OpenAPI specification.\n\n> Date: 02 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"
6
+
"description": "The Cisco Meraki Dashboard API is a modern REST API based on the OpenAPI specification.\n\n> Date: 09 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"
7
7
},
8
8
"host": "api.meraki.com",
9
9
"basePath": "/api/v1",
@@ -16520,7 +16520,7 @@
16520
16520
]
16521
16521
},
16522
16522
"delete": {
16523
-
"description": "Delete a user configured with Meraki Authentication (currently only 802.1X RADIUS users can be deleted)",
16523
+
"description": "Delete a user configured with Meraki Authentication (currently, 802.1X RADIUS and Splash Guest users can be deleted)",
16524
16524
"operationId": "deleteNetworkMerakiAuthUser",
16525
16525
"parameters": [
16526
16526
{
@@ -16541,15 +16541,15 @@
16541
16541
"description": "Successful operation"
16542
16542
}
16543
16543
},
16544
-
"summary": "Delete a user configured with Meraki Authentication (currently only 802.1X RADIUS users can be deleted)",
16544
+
"summary": "Delete a user configured with Meraki Authentication (currently, 802.1X RADIUS and Splash Guest users can be deleted)",
16545
16545
"tags": [
16546
16546
"networks",
16547
16547
"configure",
16548
16548
"merakiAuthUsers"
16549
16549
]
16550
16550
},
16551
16551
"put": {
16552
-
"description": "Update a user configured with Meraki Authentication (currently only 802.1X RADIUS users can be updated)",
16552
+
"description": "Update a user configured with Meraki Authentication (currently, 802.1X RADIUS and Splash Guest users can be updated)",
16553
16553
"operationId": "updateNetworkMerakiAuthUser",
16554
16554
"parameters": [
16555
16555
{
@@ -16635,7 +16635,7 @@
16635
16635
}
16636
16636
}
16637
16637
},
16638
-
"summary": "Update a user configured with Meraki Authentication (currently only 802.1X RADIUS users can be updated)",
16638
+
"summary": "Update a user configured with Meraki Authentication (currently, 802.1X RADIUS and Splash Guest users can be updated)",
16639
16639
"tags": [
16640
16640
"networks",
16641
16641
"configure",
@@ -29552,7 +29552,20 @@
29552
29552
"ssidNumber": 0,
29553
29553
"splashPage": "Click-through splash page",
29554
29554
"splashUrl": "https://www.custom_splash_url.com",
29555
-
"useSplashUrl": true
29555
+
"useSplashUrl": true,
29556
+
"redirectUrl": "https://example.com",
29557
+
"useRedirectUrl": true,
29558
+
"welcomeMessage": "Welcome!",
29559
+
"splashLogo": {
29560
+
"md5": "abcd1234",
29561
+
"extension": "jpg"
29562
+
},
29563
+
"splashImage": {
29564
+
"md5": null
29565
+
},
29566
+
"splashPrepaidFront": {
29567
+
"md5": null
29568
+
}
29556
29569
}
29557
29570
}
29558
29571
}
@@ -29595,11 +29608,83 @@
29595
29608
"useSplashUrl": {
29596
29609
"type": "boolean",
29597
29610
"description": "[optional] Boolean indicating whether the users will be redirected to the custom splash url. A custom splash URL must be set if this is true. Note that depending on your SSID's access control settings, it may not be possible to use the custom splash URL."
29611
+
},
29612
+
"splashTimeout": {
29613
+
"type": "integer",
29614
+
"description": "Splash timeout in minutes. This will determine how often users will see the splash page."
29615
+
},
29616
+
"redirectUrl": {
29617
+
"type": "string",
29618
+
"description": "The custom redirect URL where the users will go after the splash page."
29619
+
},
29620
+
"useRedirectUrl": {
29621
+
"type": "boolean",
29622
+
"description": "The Boolean indicating whether the the user will be redirected to the custom redirect URL after the splash page. A custom redirect URL must be set if this is true."
29623
+
},
29624
+
"welcomeMessage": {
29625
+
"type": "string",
29626
+
"description": "The welcome message for the users on the splash page."
29627
+
},
29628
+
"splashLogo": {
29629
+
"type": "object",
29630
+
"properties": {
29631
+
"md5": {
29632
+
"type": "string",
29633
+
"description": "The MD5 value of the logo file. Setting this to null will remove the logo from the splash page."
29634
+
},
29635
+
"extension": {
29636
+
"type": "string",
29637
+
"description": "The extension of the logo file."
29638
+
}
29639
+
},
29640
+
"description": "The logo used in the splash page."
29641
+
},
29642
+
"splashImage": {
29643
+
"type": "object",
29644
+
"properties": {
29645
+
"md5": {
29646
+
"type": "string",
29647
+
"description": "The MD5 value of the image file. Setting this to null will remove the image from the splash page."
29648
+
},
29649
+
"extension": {
29650
+
"type": "string",
29651
+
"description": "The extension of the image file."
29652
+
}
29653
+
},
29654
+
"description": "The image used in the splash page."
29655
+
},
29656
+
"splashPrepaidFront": {
29657
+
"type": "object",
29658
+
"properties": {
29659
+
"md5": {
29660
+
"type": "string",
29661
+
"description": "The MD5 value of the prepaid front image file. Setting this to null will remove the prepaid front from the splash page."
29662
+
},
29663
+
"extension": {
29664
+
"type": "string",
29665
+
"description": "The extension of the prepaid front image file."
29666
+
}
29667
+
},
29668
+
"description": "The prepaid front image used in the splash page."
29598
29669
}
29599
29670
},
29600
29671
"example": {
29672
+
"splashPage": "Click-through splash page",
29601
29673
"splashUrl": "https://www.custom_splash_url.com",
29602
-
"useSplashUrl": true
29674
+
"useSplashUrl": true,
29675
+
"redirectUrl": "https://example.com",
29676
+
"useRedirectUrl": true,
29677
+
"welcomeMessage": "Welcome!",
29678
+
"splashLogo": {
29679
+
"md5": "abcd1234",
29680
+
"extension": "jpg"
29681
+
},
29682
+
"splashImage": {
29683
+
"md5": null
29684
+
},
29685
+
"splashPrepaidFront": {
29686
+
"md5": null
29687
+
}
29603
29688
}
29604
29689
}
29605
29690
}
@@ -29615,7 +29700,20 @@
29615
29700
"ssidNumber": 0,
29616
29701
"splashPage": "Click-through splash page",
29617
29702
"splashUrl": "https://www.custom_splash_url.com",
29618
-
"useSplashUrl": true
29703
+
"useSplashUrl": true,
29704
+
"redirectUrl": "https://example.com",
29705
+
"useRedirectUrl": true,
29706
+
"welcomeMessage": "Welcome!",
29707
+
"splashLogo": {
29708
+
"md5": "abcd1234",
29709
+
"extension": "jpg"
29710
+
},
29711
+
"splashImage": {
29712
+
"md5": null
29713
+
},
29714
+
"splashPrepaidFront": {
29715
+
"md5": null
29716
+
}
29619
29717
}
29620
29718
}
29621
29719
}
@@ -37490,13 +37588,13 @@
37490
37588
},
37491
37589
{
37492
37590
"group": "Meraki auth user",
37493
-
"summary": "Delete a user configured with Meraki Authentication (currently only 802.1X RADIUS users can be deleted)",
37591
+
"summary": "Delete a user configured with Meraki Authentication (currently, 802.1X RADIUS and Splash Guest users can be deleted)",
0 commit comments