# ai_mentor_orgs_metadata_create Create or update metadata for a mentor. Args: request: The HTTP request containing the metadata. org: The organization/tenant identifier. Returns: Response: The created or updated mentor metadata. Raises: BadRequest: If the provided data is invalid. Endpoint: POST /api/ai-mentor/orgs/{org}/metadata/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) ## Request fields (application/json): - `metadata` (any, required) - `mentor` (string) - `mentor_id` (integer) ## Response 200 fields (application/json): - `metadata` (any, required) - `mentor` (string) - `mentor_id` (integer)