# Upload organization logo

Upload the organization logo and update the logo URL in the database. This should be called from the backend, using an admin access token (generated by a management app). <br><br>**Required permissions**: `organizations:edit`, `orgs:edit`.

Endpoint: POST /v1/organizations/{organization_id}/logo
Security: AdminAccessToken

## Path parameters:

  - `organization_id` (string, required)
    ID of the organization to upload the logo for

## Request fields (multipart/form-data):

  - `logo` (string, required)

