Pular para o conteúdo

Upload Tenant Logo

POST
/api/v1/admin/tenants/{tenant_id}/logo

Upload logo for tenant (super admin only).

Accepts: JPG, PNG, GIF, SVG, WebP Max size: 5MB

tenant_id
required
Tenant Id
integer
Body_upload_tenant_logo_api_v1_admin_tenants__tenant_id__logo_post
object
file
required
File
string format: binary

Successful Response

LogoUploadResponse

Response after logo upload.

object
message
required
Message
string
logo_url
required
Logo Url
string
tenant_id
required
Tenant Id
integer

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string