# Upload rebranding assets for a product **PUT /rebranding/{org_id}/products/{product_id}** Multipart upload of logos, favicon, background, and product name. All fields optional. Only provided fields are updated. Requires rebranding to be enabled for the organization. ## Servers - Backend API server (port 8080): https://api.your-domain.com/api (Backend API server (port 8080)) - Collect API server (port 8081): https://collect.your-domain.com/api (Collect API server (port 8081)) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **org_id** (string) Logto organization ID (logto_id, not the database UUID) - **product_id** (string) ### Body: multipart/form-data (object) - **product_name** (string) - **logo_light_rect** (string(binary)) - **logo_dark_rect** (string(binary)) - **logo_light_square** (string(binary)) - **logo_dark_square** (string(binary)) - **favicon** (string(binary)) - **background_image** (string(binary)) ## Responses ### 200 Assets uploaded ### 400 Bad request - validation error #### Body: application/json (object) - **code** (integer) HTTP error code - **message** (string) Error message - **data** (object) ### 403 Forbidden - insufficient permissions #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) [Powered by Bump.sh](https://bump.sh)