Zendesk

Links

    Zendesk API

    Getting access, Developing, Testing

    Back to Zendesk

    Update a Brand

    Returns an updated brand.

    Allowed for

    • Admins

    Updating a Brand's Image

    A brand image can be updated by uploading a local file using the update brand endpoint. See the Using curl sections below for more information.

    Input

    type: object properties: parameters: type: object properties: Content-Type: type: string Accept: type: string brand_id: type: string description: (Required) The ID of the brand required: - brand_id title: Parameters data: type: object example: brand: name: <string> subdomain: <string> active: <boolean> brand_url: <string> default: <boolean> has_help_center: <boolean> host_mapping: <string> is_deleted: <boolean> logo: value: '<Error: Too many levels of nesting to fake this schema>' signature_template: <string> title: Data

    Output

    type: object