Models/Transitions
Update a transition
Updates a specific transition by ID
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
ID of the source state
ID of the target state
Type of transition
Name of the transition
Description of the transition
Additional metadata for the transition
Response
200
application/json
Transition updated successfully
A transition between states in the model
The id of the edge
The type of the edge
The source node id
The target node id
The data associated with the edge