# Upload tenant app for a tenant Endpoint: POST /v2/tenant-apps Version: 1.0.0 Security: apiKey ## Request fields (multipart/form-data): - `platform` (string) Enum: "APPLE", "WINDOWS" - `file` (string) ## Response 200 fields (application/json): - `content` (object) - `content.id` (string) - `content.version_id` (string) - `content.app_name` (string) - `content.platform` (string) Enum: "APPLE", "WINDOWS" - `content.tenant_id` (string) - `content.package_name` (string) - `content.created_at` (string) - `content.created_by` (string) - `content.updated_at` (string) - `content.updated_by` (string) ## Response 400 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 403 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 500 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)