Mutations
updateRunStepAttribute
Updates an attribute on a run step.
MUTATION
updateRunStepAttribute(input: UpdateRunStepAttributeInput!): UpdateRunStepAttributeArguments
input
required
Returns
runStepAttribute
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Updates an attribute on a run step.
updateRunStepAttribute(input: UpdateRunStepAttributeInput!): UpdateRunStepAttributemutation UpdateRunStepAttribute($input: UpdateRunStepAttributeInput!) {
updateRunStepAttribute(input: $input) {
runStepAttribute {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": {
"etag": "string",
"key": "string",
"runStepId": 1
}
}{
"data": {
"updateRunStepAttribute": {
"runStepAttribute": {
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
}
}
}Was this page helpful?
mutation UpdateRunStepAttribute($input: UpdateRunStepAttributeInput!) {
updateRunStepAttribute(input: $input) {
runStepAttribute {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": {
"etag": "string",
"key": "string",
"runStepId": 1
}
}{
"data": {
"updateRunStepAttribute": {
"runStepAttribute": {
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
}
}
}Suggestions