Mutations
updateRule
MUTATION
updateRule(input: UpdateRuleInput!): UpdateRuleArguments
input
required
Returns
rule
Mutation
mutation UpdateRule($input: UpdateRuleInput!) {
updateRule(input: $input) {
rule {
LastSessionId
_ExecutionLogsCount
_created
_etag
_updated
aiDescription
}
}
}Variables
{
"input": {
"etag": "string",
"id": 1
}
}Response
{
"data": {
"updateRule": {
"rule": {
"LastSessionId": "string",
"_ExecutionLogsCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"aiDescription": "string"
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation UpdateRule($input: UpdateRuleInput!) {
updateRule(input: $input) {
rule {
LastSessionId
_ExecutionLogsCount
_created
_etag
_updated
aiDescription
}
}
}Variables
{
"input": {
"etag": "string",
"id": 1
}
}Response
{
"data": {
"updateRule": {
"rule": {
"LastSessionId": "string",
"_ExecutionLogsCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"aiDescription": "string"
}
}
}
}