mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-28 17:55:15 +02: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'],
|
tags: ['Events'],
|
||||||
summary: 'Search for events',
|
summary: 'Search for events',
|
||||||
description:
|
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],
|
parameters: [...eventSearchQueryParameters],
|
||||||
responses: {
|
responses: {
|
||||||
200: createResponseSchema('eventSearchResponseSchema'),
|
200: createResponseSchema('eventSearchResponseSchema'),
|
||||||
|
Loading…
Reference in New Issue
Block a user