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
Current behavior
calling client.create_key() with null description raises this error
ValidationError: 1 validation error for Key
description
Input should be a valid string [type=string_type, input_value=None, input_type=NoneType]
For further information visit https://errors.pydantic.dev/2.8/v/string_type
Environment
Meilisearch version: 1.10.3
meilisearch-python version: 0.31.6
The text was updated successfully, but these errors were encountered:
Description
description field in create key api endpoint is optional. but it's not optional in the pydantic Key schema
Current behavior
calling client.create_key() with null description raises this error
Environment
The text was updated successfully, but these errors were encountered: