Update WorkFlow
Update a WorkFlow
PUT {{domain}}/api/WorkFlow
Headers
Name
Type
Description
client-id
string
client id of the application
Authorization
string
Bearer Token
Request Body
Name
Type
Description
object
{ "name":"string", "code":"{{client-id}}", "level":"string", "applicationCode":"{{client-id}}" }
{
"message": "Ok",
"isError": false,
"data": {
"name": "string",
"code": "{{client-id}}",
"level": 1,
"applicationCode": "{{client-id}}"
}
}Last updated
Was this helpful?