algoliasearch-client-scala icon indicating copy to clipboard operation
algoliasearch-client-scala copied to clipboard

Ensure correcty tying of API key's restrictIndices parameter

Open aseure opened this issue 4 years ago • 0 comments

The restrictIndices of API keys should be typed as:

  • an array of strings OR
  • a comma-separated string

Both format should be handled at serialization/deserialization time.

aseure avatar Mar 13 '20 12:03 aseure