algoliasearch-client-scala
algoliasearch-client-scala copied to clipboard
Ensure correcty tying of API key's restrictSources parameter
The restrictSources
of API keys should be typed as:
- a comma-separated string
This parameter does not support array of strings as a valid type.