fix(web): correct Add Provider form to match fleet-settings DTO #626
Reference in New Issue
Block a user
Delete Branch "fix/fleet-provider-form-dto-v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR #623 mapped form fields to the wrong backend DTO. This fixes the form to send name/displayName/type/baseUrl/apiKey/models matching CreateProviderDto. Restores buildProviderName for the required name field.