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
The description of the expires_at parameter for the Creating an API KEY is not very clear. The parameter is optional on the interface level but is actually required. Because all keys have an expires_at property attached and if the parameter is not provided when creating an API key, a default timestamp is provided. This behaviour is not mentioned in the document.
Steps to reproduce
Create a new API key without providing the expires_at parameter.
Expected Behavior
The default expires_at value in the response should be documented.
Actual Behavior
A default expires_at value is added for the key
Metadata
Typsense Version: 0.23
OS: Ubuntu
The text was updated successfully, but these errors were encountered:
Description
The description of the
expires_at
parameter for the Creating an API KEY is not very clear. The parameter is optional on the interface level but is actually required. Because all keys have anexpires_at
property attached and if the parameter is not provided when creating an API key, a default timestamp is provided. This behaviour is not mentioned in the document.Steps to reproduce
Create a new API key without providing the
expires_at
parameter.Expected Behavior
The default
expires_at
value in the response should be documented.Actual Behavior
A default
expires_at
value is added for the keyMetadata
Typsense Version: 0.23
OS: Ubuntu
The text was updated successfully, but these errors were encountered: