Skip to content

Commit

Permalink
chore: mark getServerInfo and search endpoints as deprecated (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord authored Oct 2, 2024
1 parent 6b5288d commit 230f050
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ paths:
get:
summary: Get server info
operationId: getServerInfo
deprecated: true
tags:
- search.v1
responses:
Expand All @@ -22,6 +23,7 @@ paths:
/:
post:
summary: search.v1
deprecated: true
tags:
- search.v1
operationId: search
Expand Down

0 comments on commit 230f050

Please sign in to comment.