Skala
Processes

Replace a process

Completely replaces the data of an existing process with the provided payload.

PUT
/api/processes/{id}

Completely replaces the data of an existing process with the provided payload.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Process identifier

Request Body

application/json

The updated Process resource

TypeScript Definitions

Use the request body type in TypeScript.

name?string

Response Body

application/json

curl -X PUT "https://api.skalasuite.com/api/processes/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": 0,
  "name": "string"
}
Empty
Empty
Empty