You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
* feat(compass): support pagination in SearchAssets
* Add pagination support in SearchAssets API. `offset` would be the offset and `size` would be the page size. The changes are backward compatible
Summary
Currently, guardian
GET /provider
has a different provider structure in response compared to the request body ofPUT /provider
andPOST /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.
The text was updated successfully, but these errors were encountered: