fix(web): correct Add Provider form DTO field mapping #623

Merged
jason.woltje merged 1 commits from fix/fleet-provider-form-dto into main 2026-03-01 19:19:05 +00:00
Owner

The Add Provider form was sending top-level fields (type, baseUrl, models) that do not match the API DTO. Fixed to send providerType and nest endpoint/apiKey/models inside config object. Models textarea is now split by newline into a string array.

The Add Provider form was sending top-level fields (type, baseUrl, models) that do not match the API DTO. Fixed to send providerType and nest endpoint/apiKey/models inside config object. Models textarea is now split by newline into a string array.
jason.woltje added 1 commit 2026-03-01 19:18:35 +00:00
fix(web): correct Add Provider form field mapping to match API DTO
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
e85df938a5
jason.woltje merged commit 861eff4686 into main 2026-03-01 19:19:05 +00:00
Sign in to join this conversation.