resetIssueOwner
Examples
mutation ResetIssueOwner($input: ResetIssueOwnerInput!) {
resetIssueOwner(input: $input)
}{
"input": {
"issueId": "30966426-oxPolicy_securityCloudScan_100-example"
}
}curl -X POST \
https://api.cloud.ox.security/api/apollo-gateway \
-H 'Content-Type: application/json' \
-H 'Authorization: YOUR_API_TOKEN' \
-d '{
"query": "mutation ResetIssueOwner($input: ResetIssueOwnerInput!) { resetIssueOwner(input: $input) }",
"variables": {
"input": {
"issueId": "30966426-oxPolicy_securityCloudScan_100-example"
}
}
}'Arguments
Argument
Description
Supported fields
Fields
Last updated
