Skip to content

Commit

Permalink
chore: mark v1 endpoints as deprecated (#119)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sk- authored Mar 22, 2024
1 parent fba9332 commit 70c017b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions topsort-api-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ paths:
description: No content
/auctions:
post:
deprecated: true
tags:
- Auctions
summary: Creates a new auction
Expand Down Expand Up @@ -118,6 +119,7 @@ paths:

/events:
post:
deprecated: true
tags:
- Events
summary: Report an event
Expand Down

0 comments on commit 70c017b

Please sign in to comment.