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:
parent
e540db4cb3
commit
28edadd507
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user