Edit by Id
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
Request payload for creating or updating a step in a workflow.
Name of the step in the workflow.
"Gather User Information"
Description of what this step in the workflow should accomplish.
"This step collects user information necessary for processing."
Instructions provided to Copilotz for completing this step.
"Collect the user's location and preferences."
Condition under which Copilotz should consider this step complete and submit the final answer.
"User has provided the location from where it wants to check the weather."
ID of the job that this step can override if it's specific.
2
ID of the next step in the workflow upon successful submission.
2
Response
Response containing step details in a workflow.
Name of the step in the workflow.
"Gather User Information"
Description of what this step in the workflow should accomplish.
"This step collects user information necessary for processing."
Instructions provided to Copilotz for completing this step.
"Collect the user's location and preferences."
Condition under which Copilotz should consider this step complete and submit the final answer.
"User has provided the location from where it wants to check the weather."
ID of the job that this step can override if it's specific.
2
ID of the next step in the workflow upon successful submission.
2