# core_platform_create Update platform object Params: user_id key new_key (If changing platform key) name Advanced Params (Don't expose these to users) lms_url cms_url portal_url Endpoint: POST /api/core/platform/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Request fields (application/json): - `user_id` (integer, required) - `key` (string, required) - `new_key` (string) - `name` (string) - `lms_url` (string) - `cms_url` (string) - `portal_url` (string) ## Response 200 fields (application/json): - `key` (string, required) The platform key - `name` (string,null) The name of the platform - `org` (string,null) The associated edX org code - `lms_url` (string,null) The LMS URL for the platform - `cms_url` (string,null) The CMS URL for the platform - `portal_url` (string,null) The portal URL for the platform - `status` (integer) * - FAILED * - TERMINATED * - PENDING * - BUILDING * - RUNNING * - PAUSED * - STOPPING * - STOPPED * - REPAIR Enum: -2, -1, 0, 1, 2, 3, 4, 5, 6 - `active` (boolean)