Update An Organization

PUT {{baseUrl}}/organizations/:organizationId

Update an organization #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name| string| The name of the organization

Request Body

{"name"=>"<string>"}

HEADERS

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

RESPONSES

status: OK

{&quot;id&quot;:&quot;2930418&quot;,&quot;name&quot;:&quot;My organization&quot;,&quot;url&quot;:&quot;https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview&quot;}