Mutation
Variables
Response
Mutations
updateArtifact
Update an existing artifact’s title, summary, or HTML body. Creates a new version, marks the previous row replaced, and posts a fresh preview card into the chat. Only supplied fields change; omitted fields carry over.
MUTATION
updateArtifact(input: UpdateArtifactInput!): UpdateArtifactPayloadArguments
input
UpdateArtifactInput!
required
Parameters for UpdateArtifact
Returns
artifact
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
Mutation
Variables
Response