Skip to content

Commit

Permalink
fix(specs): nb_api_calls in getLogs response is optional (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4142

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Nov 22, 2024
1 parent 131510d commit 36ccbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-search/model/log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export type Log = {
/**
* Number of API requests.
*/
nb_api_calls: string;
nb_api_calls?: string;

/**
* Processing time for the query in milliseconds. This doesn\'t include latency due to the network.
Expand Down

0 comments on commit 36ccbc9

Please sign in to comment.