# catalog_milestones_skill_points_platform_bulk_create Bulk create/update platform skill points Endpoint: POST /api/catalog/milestones/skill_points/platform/bulk/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Request fields (application/json): - `platform_key` (string) Platform key identifier (required for platform admin access) - `skill_point_data` (array, required) List of skill point data objects to create/update ## Response 200 fields (application/json): - `successes` (integer, required) Number of successful updates - `total` (integer, required) Total number of updates attempted