Update A Branding Policy

PUT {{baseUrl}}/organizations/:organizationId/brandingPolicies/:brandingPolicyId

Update a branding policy #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name| string| Name of the Dashboard branding policy. enabled| boolean| Boolean indicating whether this policy is enabled. adminSettings| object| Settings for describing which kinds of admins this policy applies to. helpSettings| object| Settings for describing the modifications to various Help page features. Each property in this object accepts one of 'default or inherit' (do not modify functionality), 'hide' (remove the section from Dashboard), or 'show' (always show the section on Dashboard). Some properties in this object also accept custom HTML used to replace the section on Dashboard; see the documentation for each property to see the allowed values.

Request Body

{"name"=>"<string>", "enabled"=>"<boolean>", "adminSettings"=>{"appliesTo"=>"<string>", "values"=>["<string>", "<string>"]}, "helpSettings"=>{"helpTab"=>"<string>", "getHelpSubtab"=>"<string>", "communitySubtab"=>"<string>", "casesSubtab"=>"<string>", "dataProtectionRequestsSubtab"=>"<string>", "getHelpSubtabKnowledgeBaseSearch"=>"<string>", "universalSearchKnowledgeBaseSearch"=>"<string>", "ciscoMerakiProductDocumentation"=>"<string>", "supportContactInfo"=>"<string>", "newFeaturesSubtab"=>"<string>", "firewallInfoSubtab"=>"<string>", "apiDocsSubtab"=>"<string>", "hardwareReplacementsSubtab"=>"<string>", "smForums"=>"<string>"}}

HEADERS

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

RESPONSES

status: OK

{&quot;brandingPolicyId&quot;:&quot;456&quot;,&quot;name&quot;:&quot;My Branding Policy&quot;,&quot;enabled&quot;:true,&quot;adminSettings&quot;:{&quot;appliesTo&quot;:&quot;All admins of networks...&quot;,&quot;values&quot;:[&quot;N_1234&quot;,&quot;L_5678&quot;]},&quot;helpSettings&quot;:{&quot;helpTab&quot;:&quot;show&quot;,&quot;getHelpSubtab&quot;:&quot;default or inherit&quot;,&quot;communitySubtab&quot;:&quot;show&quot;,&quot;casesSubtab&quot;:&quot;hide&quot;,&quot;dataProtectionRequestsSubtab&quot;:&quot;default or inherit&quot;,&quot;getHelpSubtabKnowledgeBaseSearch&quot;:&quot;\u003ch1\u003eSome custom HTML content\u003c/h1\u003e&quot;,&quot;universalSearchKnowledgeBaseSearch&quot;:&quot;hide&quot;,&quot;ciscoMerakiProductDocumentation&quot;:&quot;show&quot;,&quot;supportContactInfo&quot;:&quot;show&quot;,&quot;newFeaturesSubtab&quot;:&quot;show&quot;,&quot;firewallInfoSubtab&quot;:&quot;hide&quot;,&quot;apiDocsSubtab&quot;:&quot;default or inherit&quot;,&quot;hardwareReplacementsSubtab&quot;:&quot;hide&quot;,&quot;smForums&quot;:&quot;hide&quot;}}