update_discover_task_state
Update the state of a Discover Task by providing its ID and target state, such as closing an open task.
Instructions
Discover Tasks · mutation updateDiscoverTaskState. Variables: input. Example variables: {"input":{"discoverTaskId":"","state":"CLOSED"}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | GraphQL: UpdateDiscoverTaskStateInput! | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |