docs: remove status parameter from get_scheduled_event_invocations Metadata API reference

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7585
GitOrigin-RevId: 76983ab1612c8d7be013caf9409ca7746252b07a
This commit is contained in:
Krushan Bauva 2023-01-23 12:01:13 +05:30 committed by hasura-bot
parent 0b35798fa7
commit 5ec99aab03

View File

@ -260,7 +260,7 @@ X-Hasura-Role: admin
| get_rows_count | false | Boolean | Flag to indicate whether number of rows returned should be included in the response. |
| status | false | [[ScheduledEventStatus]](/api-reference/syntax-defs.mdx#scheduledEventStatus) | Filter scheduled events by the status |
## get_scheduled_event_invocations {#metadata-get-scheduled-event_invocations}
## get_scheduled_event_invocations {#metadata-get-scheduled-event-invocations}
`get_scheduled_event_invocations` provides a way to retrieve the scheduled
event invocations of a specific scheduled event or a cron trigger.
@ -275,9 +275,6 @@ X-Hasura-Role: admin
"args": {
"type": "cron",
"trigger_name": "daily_trigger",
"status": [
"scheduled"
],
"limit": 10,
"offset": 0
}