Skala
Processes

Update a process

Partially updates specific fields of an existing process without affecting the rest of the data.

PATCH
/api/processes/{id}

Partially updates specific fields of an existing process without affecting the rest of the data.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Process identifier

Request Body

application/merge-patch+json

The updated Process resource

TypeScript Definitions

Use the request body type in TypeScript.

name?string

Response Body

application/json

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