Mutations
updateRunAttribute
Updates an attribute on a run.
MUTATION
updateRunAttribute(input: UpdateRunAttributeInput!): UpdateRunAttributeArguments
input
required
Returns
runAttribute
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.
updateRunAttribute(input: UpdateRunAttributeInput!): UpdateRunAttributemutation UpdateRunAttribute($input: UpdateRunAttributeInput!) {
updateRunAttribute(input: $input) {
runAttribute {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": {
"etag": "string",
"key": "string",
"runId": 1
}
}{
"data": {
"updateRunAttribute": {
"runAttribute": {
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
}
}
}Was this page helpful?
mutation UpdateRunAttribute($input: UpdateRunAttributeInput!) {
updateRunAttribute(input: $input) {
runAttribute {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": {
"etag": "string",
"key": "string",
"runId": 1
}
}{
"data": {
"updateRunAttribute": {
"runAttribute": {
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
}
}
}Suggestions