We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nb_api_calls
getLogs
1 parent 131510d commit 36ccbc9Copy full SHA for 36ccbc9
packages/client-search/model/log.ts
@@ -51,7 +51,7 @@ export type Log = {
51
/**
52
* Number of API requests.
53
*/
54
- nb_api_calls: string;
+ nb_api_calls?: string;
55
56
57
* Processing time for the query in milliseconds. This doesn\'t include latency due to the network.
0 commit comments