Update ActionAsk AIput https://example.com/api/v1/project/{project_string_id}/actions/{action_id}Updates an action within a workflow.Path Paramsproject_string_idstringrequiredaction_idnumberrequiredBody ParamsThe metadata to be updated. Any keys not provided will be ignored.namestringthe name of the workflow.modestringthe workflow update mode either "ARCHIVE" OR "UPDATE". "ARCHIVE" will ignore rest of payload an remove the workflow from the project, while setting active=false.activebooleanflag to indicate if the workflow is active or not.truefalseworkflow_idnumberWorkflow ID to which this actions belongs to.Response 200The updated action.Updated over 2 years ago