# catalog_milestones_skill_points_platform_create Update platform skill points for a user Endpoint: POST /api/catalog/milestones/skill_points/platform/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `department_mode` (boolean) If True, filters results by department user permissions - `platform_key` (string) Platform key identifier - `platform_org` (string) Platform organization identifier - `query` (string) Search query for filtering skill points by user or skill name - `sort` (string) Sort field for results. Default: '-id' ## Request fields (application/json): - `username` (string, required) Username to update skill points for - `platform_key` (string, required) Platform key identifier - `point_data` (object, required) Dictionary mapping skill names to point values. Example: {'skill_name': 5} - `overwrite` (boolean) If True, removes all skills not in point_data. If False, only updates specified skills.