Skala
Processes

Create a new process

Adds a new process record to the database.

POST
/api/processes

Adds a new process record to the database.

AuthorizationBearer <token>

In: header

Request Body

application/json

The new Process resource

TypeScript Definitions

Use the request body type in TypeScript.

name?string

Response Body

application/json

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