CopilotConfig
Upserts the Copilot configuration for the caller's account. DataAnnotations on Infoset.Types.Models.Admin.UpdateCopilotConfigDto are validated automatically by `[ApiController]`; invalid payloads return 400 with a structured error.
Emits an aiSettings:updated audit log entry on success when the stored config actually changed. No-op PUTs (incoming dto byte-equals the existing config) do NOT produce an audit row. Mirrors the diff-then-log pattern used by Infoset.Api.Controllers.SettingController for mailAccount:edit.
put/v1/admin/copilot/config
Request body
Response
No Content
Changes
No recorded changes to this endpoint across all 1 revision of this API.