Skip to content

Commit

Permalink
chore: fix search events endpoint description (#8289)
Browse files Browse the repository at this point in the history
Scouting: I think this description was copy-pasted from the previous
endpoint and we forgot to update it.
  • Loading branch information
nunogois authored Sep 27, 2024
1 parent e540db4 commit 28edadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/features/events/event-search-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default class EventSearchController extends Controller {
tags: ['Events'],
summary: 'Search for events',
description:
'Allows searching for events matching the search criteria in the request body. This operation is deprecated. You should perform a GET request to the same endpoint with your query encoded as query parameters instead.',
'Allows searching for events that match the query parameter criteria.',
parameters: [...eventSearchQueryParameters],
responses: {
200: createResponseSchema('eventSearchResponseSchema'),
Expand Down

0 comments on commit 28edadd

Please sign in to comment.