Skip to content

Commit 4bdb4d6

Browse files
fix(specs): nb_api_calls in getLogs response is optional (generated)
algolia/api-clients-automation#4142 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent f0e813c commit 4bdb4d6

File tree

1 file changed

+1
-1
lines changed
  • algoliasearch/search/models

1 file changed

+1
-1
lines changed

algoliasearch/search/models/log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class Log(BaseModel):
6666
""" Request headers (API keys are obfuscated). """
6767
sha1: str
6868
""" SHA1 signature of the log entry. """
69-
nb_api_calls: str
69+
nb_api_calls: Optional[str] = None
7070
""" Number of API requests. """
7171
processing_time_ms: str
7272
""" Processing time for the query in milliseconds. This doesn't include latency due to the network. """

0 commit comments

Comments
 (0)