Previous Step
Update Process to previous step
POST
https://biometrid.com/api/processes/:id/step/back
This endpoint allows you to update the process to the last step in remaining steps. When you update step type videoconference or multiusers, you will not be able to step back in this types of step.
Path Parameters
Name
Type
Description
id
string
ID of the process to get
Headers
Name
Type
Description
Accept-Language
string
en(default), pt
Content-type
string
application/json or multipart/form-data
Authorization
string
Authentication account token
{
"data": {SHOW_CURRENT_STEP},
"meta": {
"message": "ProcessStep updated with success."
},
"status": true
}
Last updated
Was this helpful?