# core_platforms_public_image_assets_partial_update Shared functionality for platform public image asset views. Endpoint: PATCH /api/core/platforms/{platform_key}/public-image-assets/{asset_id}/ Version: 4.84.1-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `asset_id` (integer, required) - `platform_key` (string, required) ## Request fields (application/json): - `category` (string) Category of the asset - `image` (string) ## Response 200 fields (application/json): - `id` (integer, required) - `category` (string, required) Category of the asset - `url` (string, required) - `created_on` (string, required) - `last_updated` (string, required)