Add A Switch To A Stack

POST {{baseUrl}}/networks/:networkId/switch/stacks/:switchStackId/add

Add a switch to a stack #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: serial| string| The serial of the switch to be added

Request Body

{"serial"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;id&quot;:&quot;8473&quot;,&quot;name&quot;:&quot;A cool stack&quot;,&quot;serials&quot;:[&quot;QBZY-XWVU-TSRQ&quot;,&quot;QBAB-CDEF-GHIJ&quot;]}