cURL
curl --request POST \ --url https://your-instance.example.com/api/ai-models/organization/{organizationId}/current \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "index": 123, "modelDetail": "<string>", "aiModelId": "<string>" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Current AI model updated
Generic response envelope. Endpoint-specific fields are intentionally open.