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 19e0893 commit 5f1ce7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public Log setNbApiCalls(String nbApiCalls) {
}

/** Number of API requests. */
@javax.annotation.Nonnull
@javax.annotation.Nullable
public String getNbApiCalls() {
return nbApiCalls;
}
Expand Down

0 comments on commit 5f1ce7c

Please sign in to comment.