> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aicoflow.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Organization Current Branding



## OpenAPI

````yaml /api/openapi.json patch /api/organizations/current/branding
openapi: 3.1.0
info:
  title: AICO API
  description: API for managing AI-powered voice agents, flows, tools, telephony, and more.
  version: 1.0.0
servers: []
security:
  - bearer: []
tags:
  - name: API Keys
  - name: Admin
  - name: Assets
  - name: Audit
  - name: Billing
  - name: Brain
  - name: Calls
  - name: Channels
  - name: Datasets
  - name: Flows
  - name: Inference
  - name: Integrations
  - name: Knowledge
  - name: LLM
  - name: Monitoring
  - name: Notifications
  - name: Organizations
  - name: Plugins
  - name: Providers
  - name: Reporting
  - name: System
  - name: Telephony
  - name: Tools
  - name: Web
  - name: _hello
paths:
  /api/organizations/current/branding:
    patch:
      tags:
        - Organizations
      summary: Update Organization Current Branding
      operationId: update_organization_current_branding
      parameters: []
      requestBody:
        required: true
        content:
          application/json:
            schema:
              def:
                type: object
                shape:
                  displayName:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: string
                              checks:
                                - {}
                            type: string
                        type: nullable
                    type: optional
                  logoUrl:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: string
                              checks:
                                - {}
                            type: string
                        type: nullable
                    type: optional
                  logoDarkUrl:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: string
                              checks:
                                - {}
                            type: string
                        type: nullable
                    type: optional
                  faviconUrl:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: string
                              checks:
                                - {}
                            type: string
                        type: nullable
                    type: optional
                  accent:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: string
                          checks:
                            - {}
                        type: string
                    type: optional
                  accentDark:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: string
                          checks:
                            - {}
                        type: string
                    type: optional
                  onAccent:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: string
                              checks:
                                - {}
                            type: string
                        type: nullable
                    type: optional
                  onAccentDark:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: string
                              checks:
                                - {}
                            type: string
                        type: nullable
                    type: optional
                  defaultTheme:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: enum
                              entries:
                                light: light
                                dark: dark
                                auto: auto
                            type: enum
                            enum:
                              light: light
                              dark: dark
                              auto: auto
                            options:
                              - light
                              - dark
                              - auto
                        type: nullable
                    type: optional
              type: object
          multipart/form-data:
            schema:
              def:
                type: object
                shape:
                  displayName:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: string
                              checks:
                                - {}
                            type: string
                        type: nullable
                    type: optional
                  logoUrl:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: string
                              checks:
                                - {}
                            type: string
                        type: nullable
                    type: optional
                  logoDarkUrl:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: string
                              checks:
                                - {}
                            type: string
                        type: nullable
                    type: optional
                  faviconUrl:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: string
                              checks:
                                - {}
                            type: string
                        type: nullable
                    type: optional
                  accent:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: string
                          checks:
                            - {}
                        type: string
                    type: optional
                  accentDark:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: string
                          checks:
                            - {}
                        type: string
                    type: optional
                  onAccent:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: string
                              checks:
                                - {}
                            type: string
                        type: nullable
                    type: optional
                  onAccentDark:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: string
                              checks:
                                - {}
                            type: string
                        type: nullable
                    type: optional
                  defaultTheme:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: enum
                              entries:
                                light: light
                                dark: dark
                                auto: auto
                            type: enum
                            enum:
                              light: light
                              dark: dark
                              auto: auto
                            options:
                              - light
                              - dark
                              - auto
                        type: nullable
                    type: optional
              type: object
          text/plain:
            schema:
              def:
                type: object
                shape:
                  displayName:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: string
                              checks:
                                - {}
                            type: string
                        type: nullable
                    type: optional
                  logoUrl:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: string
                              checks:
                                - {}
                            type: string
                        type: nullable
                    type: optional
                  logoDarkUrl:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: string
                              checks:
                                - {}
                            type: string
                        type: nullable
                    type: optional
                  faviconUrl:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: string
                              checks:
                                - {}
                            type: string
                        type: nullable
                    type: optional
                  accent:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: string
                          checks:
                            - {}
                        type: string
                    type: optional
                  accentDark:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: string
                          checks:
                            - {}
                        type: string
                    type: optional
                  onAccent:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: string
                              checks:
                                - {}
                            type: string
                        type: nullable
                    type: optional
                  onAccentDark:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: string
                              checks:
                                - {}
                            type: string
                        type: nullable
                    type: optional
                  defaultTheme:
                    def:
                      type: optional
                      innerType:
                        def:
                          type: nullable
                          innerType:
                            def:
                              type: enum
                              entries:
                                light: light
                                dark: dark
                                auto: auto
                            type: enum
                            enum:
                              light: light
                              dark: dark
                              auto: auto
                            options:
                              - light
                              - dark
                              - auto
                        type: nullable
                    type: optional
              type: object
      responses:
        '200':
          description: Successful response
components:
  securitySchemes:
    bearer:
      type: http
      scheme: bearer
      bearerFormat: JWT
      description: Logto JWT access token

````