File tree Expand file tree Collapse file tree
src/Gotenberg.Sharp.Api.Client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -271,8 +271,8 @@ public virtual async Task<Stream> ConvertPdfDocumentsAsync(
271271 /// Sends a request to Gotenberg configured for asynchronous webhook processing. Returns immediately after
272272 /// Gotenberg accepts the request. Gotenberg will POST the generated PDF to the configured webhook URL.
273273 /// </summary>
274- /// <typeparam name="TBuilder">The builder type.</typeparam>
275- /// <typeparam name="TRequest">The request type.</typeparam>
274+ /// <typeparam name="TBuilder">The request type.</typeparam>
275+ /// <typeparam name="TRequest">The builder type.</typeparam>
276276 /// <param name="builder">The builder with webhook configuration.</param>
277277 /// <param name="cancelToken">Cancellation token for the async operation.</param>
278278 /// <returns>A task that completes when Gotenberg accepts the request (not when PDF is generated).</returns>
You can’t perform that action at this time.
0 commit comments