guardian
guardian copied to clipboard
Modify `GET /provider` endpoint response
Summary
Currently, guardian GET /provider has a different provider structure in response compared to the request body of PUT /provider and POST /provider
Based on general conventions/expectations - one would assume that they all have the same structure… but they aren’t.
Change GetProviderResponse to have ProviderConfig instead of Provider like others.