Open
Description
For endpoints that accept custom_metadata_has
, if the request is made using GET, add an Axios interceptor that translates this parameter into custom_metadata.*
.
For example,
{ custom_metadata_has: { foo: "bar", is_admin: true } }
would be send as the search params
{ 'custom_metadata.foo': 'bar', 'custom_metadata.is_admin': 'true' }