Upload tenant logo
PATCH/v1/organizations/:orgId/tenants/:id/logo
Uploads a logo image for the tenant. Accepts standard base64-encoded file.
Returns the CDN URL (storage.jatrix.com). Requires S3_BUCKET_NAME env var to be set; returns 503 if not configured.
Request
Responses
- 200
- 400
- 404
- 503
Logo uploaded — CDN URL returned
Invalid input
Resource not found
Storage not configured (S3_BUCKET_NAME missing)