1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

chore: fix search events endpoint description (#8289)

Scouting: I think this description was copy-pasted from the previous
endpoint and we forgot to update it.
This commit is contained in:
Nuno Góis 2024-09-27 12:16:51 +01:00 committed by GitHub
parent e540db4cb3
commit 28edadd507
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'),