From d3429c46d0345500e99038e35571fd973df5630e Mon Sep 17 00:00:00 2001 From: Sebastian Kreft Date: Fri, 22 Mar 2024 12:10:53 -0300 Subject: [PATCH] chore: mark v1 endpoints as deprecated These endpoints have been replace by version 2 for a couple years now, and have been described as depreacted in the Readme Docs. See https://docs.topsort.com/reference/events and https://docs.topsort.com/reference/auctions. --- topsort-api-v1.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topsort-api-v1.yml b/topsort-api-v1.yml index ed78f0f..4fb3bee 100644 --- a/topsort-api-v1.yml +++ b/topsort-api-v1.yml @@ -85,6 +85,7 @@ paths: description: No content /auctions: post: + deprecated: true tags: - Auctions summary: Creates a new auction @@ -118,6 +119,7 @@ paths: /events: post: + deprecated: true tags: - Events summary: Report an event