mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
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:
parent
0b35798fa7
commit
5ec99aab03
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user