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
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"id":"2930418","name":"My organization","url":"https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview"}