Put
/requests/{process_request_id}
Update a request
Security
OAuth
Laravel passport oauth2 security.
FlowAuthorization Code
Authorization URLhttps://develop-qa.processmaker.net/oauth/authorize
Token URLhttps://develop-qa.processmaker.net/oauth/token
Refresh URLhttps://develop-qa.processmaker.net/token/refresh
Path parameters
process_request_id
integerRequired
ID of process request to return
Body parameters
object
user_id
string (id)
Represents an Eloquent model of a Request which is an instance of a Process.
callable_id
string (id)
data
object
status
string
Valid values[
"ACTIVE",
"COMPLETED",
"ERROR",
"CANCELED"
]
name
string
case_title
string
case_title_formatted
string
user_viewed_at
string
case_number
integer
process_id
integer
process
object
Responses
204
success
404
Not Found
object
error
string