diff --git a/plugins/stack-overflow-backend/api-report.md b/plugins/stack-overflow-backend/api-report.md index f6c7530de9..8c601399c1 100644 --- a/plugins/stack-overflow-backend/api-report.md +++ b/plugins/stack-overflow-backend/api-report.md @@ -44,6 +44,7 @@ export type StackOverflowQuestionsCollatorFactoryOptions = { maxPage?: number; apiKey?: string; apiAccessToken?: string; + teamName?: string; requestParams: StackOverflowQuestionsRequestParams; logger: Logger; };