From e0bfe87f8a86b84f2131513a084d9a1e4c1b23d7 Mon Sep 17 00:00:00 2001 From: bernirosas Date: Wed, 25 Mar 2026 11:59:11 -0300 Subject: [PATCH 1/3] feat: improve clarity of api keys use --- topsort-api-v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topsort-api-v2.yml b/topsort-api-v2.yml index ae83cc8..451cd43 100644 --- a/topsort-api-v2.yml +++ b/topsort-api-v2.yml @@ -2637,6 +2637,6 @@ components: - true securitySchemes: HTTPBearer: - description: A valid API key generated in Topsort's UI. + description: A valid API key generated in Topsort's UI. Use a TSE api key for calls to Auctions or Events API. scheme: bearer type: http From a26e4c44c579ae3d0e45020f788039ac90c03658 Mon Sep 17 00:00:00 2001 From: bernirosas Date: Wed, 25 Mar 2026 11:59:48 -0300 Subject: [PATCH 2/3] fix: small typo --- topsort-api-v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topsort-api-v2.yml b/topsort-api-v2.yml index 451cd43..9a2c074 100644 --- a/topsort-api-v2.yml +++ b/topsort-api-v2.yml @@ -2637,6 +2637,6 @@ components: - true securitySchemes: HTTPBearer: - description: A valid API key generated in Topsort's UI. Use a TSE api key for calls to Auctions or Events API. + description: A valid API key generated in Topsort's UI. Use a TSE API key for calls to Auctions or Events API. scheme: bearer type: http From f43733d61664a18f1f70d0f51a7c7acf9425a1d7 Mon Sep 17 00:00:00 2001 From: bernirosas Date: Wed, 25 Mar 2026 12:29:14 -0300 Subject: [PATCH 3/3] fix: prettier --- topsort-api-v2.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/topsort-api-v2.yml b/topsort-api-v2.yml index 9a2c074..c302b1d 100644 --- a/topsort-api-v2.yml +++ b/topsort-api-v2.yml @@ -2637,6 +2637,8 @@ components: - true securitySchemes: HTTPBearer: - description: A valid API key generated in Topsort's UI. Use a TSE API key for calls to Auctions or Events API. + description: + A valid API key generated in Topsort's UI. Use a TSE API key for calls to Auctions or Events + API. scheme: bearer type: http