# catalog_milestones_skill_points_course_create Update skill point information for a specific course Endpoint: POST /api/catalog/milestones/skill_points/course/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `course_id` (string, required) ID of the course to retrieve skill point information for - `get_obj` (boolean) If True, returns skill objects instead of skill names as keys ## Request fields (application/json): - `course_id` (string, required) ID of the course to update skill point information for - `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.