AM Logo
API AuthorizationAPI DocumentationForm DefinitionsFAQ
  1. Home
  2. API Documentation
  3. Outcomes
  4. Mutations
  5. updateWorkflowScript

updateWorkflowScript: WorkflowScript!

This mutation is used to update the details of a single workflow script. Return will be specific to the newly added script. **Returns:** Returns the newly updated workflow script data.

workflowScriptId: UUID!

The ID of the workflow script that will be updated.

workflowScriptInput: WorkflowScriptInput!

Script detail inputs. This includes body,event type and name.