Document scraper integration field fix

This commit is contained in:
m.nazemi
2026-05-02 17:44:56 +03:30
parent 81191656df
commit 0bd5e41b70
4 changed files with 11 additions and 66 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ func NewHandler(service Service, logger logger.Logger) *Handler {
// ListPendingTenders retrieves tenders that need document scraping
// @Summary List pending tenders for document scraping
// @Description Retrieve tenders that have not yet been scraped for documents, including notice ID, title, description, and parsed XML
// @Description Retrieve tenders that have not yet been scraped for documents, including notice ID, title, description
// @Tags Document-Scraper
// @Produce json
// @Param limit query int false "Number of items per page (default: 20, max: 100)"
@@ -62,7 +62,7 @@ func (h *Handler) ListPendingTenders(c echo.Context) error {
// GetTenderByNoticeID retrieves a specific tender by its notice publication ID
// @Summary Get tender by notice ID for document scraping
// @Description Retrieve a specific tender by its notice publication ID, including notice ID, title, description, and parsed XML
// @Description Retrieve a specific tender by its notice publication ID, including notice ID, title, description
// @Tags Document-Scraper
// @Produce json
// @Param notice_id path string true "Notice Publication ID"